Answer: We can only determine the cost for each burger if we know the total cost of all the ground beef. Let's assume that the ground beef costs $C in total.
If Coach Miller is using all the ground beef to grill 17 burgers, then the cost of each burger is:
Cost per burger = Total cost of ground beef / Number of burgers
We know that the total cost of ground beef is $C, and we know that there are 17 burgers. Substituting these values into the formula gives:
Cost per burger = C / 17
Therefore, the cost for each burger is C/17. We cannot determine the numerical value of C or the cost per burger without additional information.
Step-by-step explanation:
A large salad costs $1.40 more than a small salad. A large salad costs $4.85.
Answer:
$3.45
Step-by-step explanation:
the large salad costs 1.40 more
large salad = 4.85
small salad = 4.85 - 1.40
small salad costs $3.45
Answer:
3.45$ is the price of small salad as it costs 1.40$ less than large salad
Step-by-step explanation:
i hope you find it helpful, have a nice day
a concave mirror has a focal length of 16 cm . at what object distance will the magnification be -2.0?
The object distance is 0, which implies that the object is at the focus of the concave mirror.
For a concave mirror, the magnification is given by the formula:
m = -di/do
where m is the magnification, di is the image distance, and do is the object distance. Since we are given that the magnification is -2.0, we can write:
-2.0 = -di/do
Simplifying this expression, we get:
di = 2do
We can also use the mirror formula for a concave mirror:
1/f = 1/do + 1/di
where f is the focal length of the mirror. Substituting di = 2do and f = -16 cm (since the mirror is concave), we get:
1/-16 = 1/do + 1/(2do)
Multiplying both sides by -16do, we get:
do - 2f = -32
Substituting f = -16 cm, we get:
do - (-32) = -32 + 32
do = 0
This means that the object distance is 0, which implies that the object is at the focus of the concave mirror. This is a valid result, since a concave mirror can form a real, inverted image for an object placed at a distance equal to its focal length. In this case, the magnification would be -1, not -2. So, it is not possible to have a magnification of -2 for an object distance in front of a concave mirror with a focal length of 16 cm.
To learn more about concave mirrorvisit:https://brainly.com/question/3555871
#SPJ11
a company that sells t-shirts at a low base price (b), then sells them at a higher price (s) with a 40% markup to earn a profit. two different students write these two different equations to represent the situation. student 1 writes: b+.4b=s and student 2 writes: 1.4b=s. which on is correct and identify the relationship between the two equations and explain the property that justifies your answer.
The link between the base price and the selling price with the markup is expressed differently in both equations, but they are both true and accurately depict the same scenario using the distributive property.
What is distributive property?A basic tenet of mathematics is the distributive property of multiplication over addition, which asserts that the product of a number and a sum is equal to the total of the products of the number and each addend. In other words, if a, b, and c are all real numbers, then a(b + c) = ab + ac. By factoring out common components, this characteristic is employed in algebra to simplify statements and resolve equations.
The link between the base price and the selling price with the markup is expressed differently in both equations, but they are both true and accurately depict the same scenario using the distributive property.
Learn more about distributive property here:
https://brainly.com/question/5637942
#SPJ1
I need help pretty please
The solution of the absolute inequality is x < -9 or x > 1
How to solve inequality?Inequalities are mathematical expressions involving the symbols >, <, ≥ and ≤.
Absolute inequalities are inequalities that involve algebraic expressions with absolute value symbols and inequality symbols.
Therefore, let's solve the absolute inequality as follows:
|2x + 8| > 10
2x + 8 > 10 or 2x + 8 < - 10
Let's solve them individually,
2x + 8 > 10
2x > 10 - 8
2x > 2
x > 2 / 2
x > 1
Therefore,
2x + 8 < - 10
2x < - 10 - 8
2x < -18
divide both sides of the inequality by 2
x < -18 / 2
x < - 9
Therefore,
x < -9 or x > 1
learn more on inequality here: https://brainly.com/question/11897796
#SPJ1
simulateneous equations
7p +9q = 15
2p + 3q=3
Answer: q = -3, p = 6
Step-by-step explanation:
Multiply second equation by 3. 6q + 9q = 9. Equation one minus equation two which gives you p = 6. Then plug it in the second equation. 12 + 3q = 3. 3q = -9. q = -3.
Help me asap please
Answer:
4
Step-by-step explanation:
because it median, so it number was the middle of the total
as we know there is total of 9
and we count to 5
so it 4 letters
Answer:
4
Step-by-step explanation:
arranging the name lengths from smallest to largest we have; 3,3,3,3,4,5,7,7,9
From the set of numbers,4 appears at the middle hence the median name length.
A laptop computer is purchased for $1400. After each year, the resale value decreases by 35%. What will the resale value be after 4 years?
(Round to the Nearest dollar)
The resale value of the laptop after each year is calculated by multiplying the previous value by 0.65 (100% - 35% = 65%). After 4 years the resale value will be $250.
just before a referendum on a school budget, a local newspaper polls 377 voters to predict whether the budget will pass. suppose the budget has the support of 54% of the voters. what is the probability that the newspapers sample will lead it to predict defeat?
The probability that the newspapers sample will lead it to predict defeat is 92.36%.
To solve this problem, we need to use the binomial distribution formula.
Let's define the following:
X: number of voters in the sample who do not support the budget (i.e., the sample leads to a prediction of defeat).
n: sample size, which is 377.
p: proportion of voters who support the budget, which is 0.54 (since 54% support it, 46% do not support it).
The probability of the sample leading to a prediction of defeat is:
P(X = k) = (n choose a) * pᵃ * (1-p)ⁿ⁻ᵃ
where (n choose a) = n! / (a! * (n-a)!) is the binomial coefficient.
We want to find P(X >= 189), which means that at least 189 voters in the sample do not support the budget.
P(X >= 189) = 1 - P(X < 189)
To calculate P(X < 189), we can use a normal approximation to the binomial distribution, since n is large and p is not too close to 0 or 1.
The mean of the binomial distribution is mu = n * p = 377 * 0.54 = 203.58
The standard deviation is sigma = √(n * p * (1-p)) = √(377 * 0.54 * 0.46) = 10.20
We can standardize X using the z-score formula:
z = (X - mu) / sigma
P(X < 189) = P(z < (189 - 203.58) / 10.20) = P(z < -1.43)
Using a standard normal table or calculator, we can find that P(z < -1.43) = 0.0764.
Therefore, P(X >= 189) = 1 - P(X < 189) = 1 - 0.0764 = 0.9236.
So the probability that the newspaper's sample will lead it to predict defeat is approximately 0.9236, or 92.36%.
Learn more about binomial distribution formula at https://brainly.com/question/30871408
#SPJ11
Edna watches TV for 2 to 7 hours every week, depending on how busy she is. If you look at a
log of the amount of time she spends watching TV weekly, what kind of sequence will you
see?
We would see a logarithmic sequence of values if we plotted the amount of time Edna spends watching TV weekly on a logarithmic scale.
If we plot the amount of time Edna spends watching TV on a logarithmic scale, we would see a continuous sequence of values that increase as her viewing time increases. Specifically, the sequence would be a logarithmic scale of the number of hours she watches TV per week.
On a logarithmic scale, each increment corresponds to a multiplication by a constant value. For example, if we use a logarithmic scale base 10, then each increment of 1 corresponds to a multiplication by 10. So, if we plot Edna's TV watching time on a logarithmic scale, we would see a sequence of values that increase by a factor of 10 as her TV watching time increases by an order of magnitude.
For example, if Edna watches 2 hours of TV per week, the logarithmic value would be log(2) = 0.3. If she watches 7 hours per week, the logarithmic value would be log(7) = 0.85. If she watches 20 hours per week, the logarithmic value would be log(20) = 1.3. As her viewing time increases, the logarithmic values would continue to increase in a continuous sequence.
Therefore, if we plotted the amount of time Edna watches TV each week on a logarithmic scale, we would see a logarithmic sequence of numbers.
To learn more about sequence please click on below link.
https://brainly.com/question/21961097
#SPJ1
Pls send help I need it
The inner surface area of the vessel, given the diameter of the hemisphere and the total height, is 133π cm².
How to find the inner surface area ?To find the inner surface area of the vessel, we will consider the hemisphere and the cylinder separately, and then sum their inner surface areas.
Hemisphere:
The diameter of the hemisphere is 14 cm, so its radius (r1) is half of that:
r1 = 14 cm / 2 = 7 cm
Inner surface area (hemisphere) = 2 * π * r1² / 2 = π * r1² = π * (7 cm)² = 49π cm²
The radius of the cylinder is the same as the hemisphere's (r2 = r1 = 7 cm). The height (h) of the cylinder can be found by subtracting the height of the hemisphere from the total height of the vessel:
h = total height - hemisphere height = 13 cm - 7 cm = 6 cm
Inner surface area (cylinder) = 2 x π x r2 x h = 2 x π x (7 cm) x (6 cm) = 84π cm²
Total inner surface area = inner surface area (hemisphere) + inner surface area (cylinder)
Total inner surface area = 49π cm² + 84π cm² = 133π cm²
Find out more on inner surface area at https://brainly.com/question/17055716
#SPJ1
Solve the simultaneous equations by substitution x − y = 5 4 x + y = 10
Answer:
x = 3y = -2Step-by-step explanation:
Given equations,
→ x - y = 5
→ 4x + y = 10
Now we have to,
→ Find the required value of x and y.
Let's solve for the value of x,
→ (x - y) + (4x + y) = (5) + (10)
→ x + 4x - y + y = 5 + 10
→ 5x + 0 = 15
→ 5x = 15
→ x = 15/5
→ [ x = 3 ]
Then the value of y will be,
→ 4x + y = 10
→ 4(3) + y = 10
→ 12 + y = 10
→ y = 10 - 12
→ [ y = -2 ]
Hence, the value of y is -2.
The formula for the volume of a cylinder is V= π r2 h. What is the radius for a cylinder that has a volume of 160π m3 and a height of 8m? express your answer in simplest radical form and as a decimal rounded to the nearest tenth
The cylinder has a radius of 2 times the square root of 5 meters, or roughly 4.5 meters rounded to the nearest tenth.
The formula for the volume of a cylinder is:
V = πr²h
where V is the volume, r is the radius, and h is the height.
In this case, we have:
V = 160π m³
h = 8 m
Substituting these values into the formula, we get:
160π = πr²(8)
Simplifying the equation by canceling out π on both sides, we get:
160 = 8r²
Dividing both sides by 8, we get:
20 = r²
Taking the square root of both sides, we get:
r = √20
Simplifying the radical by factoring out 4, we get:
r = 2√5
To express the radius as a decimal rounded to the nearest tenth, we can use a calculator to get:
r ≈ 4.5
Therefore, the radius of the cylinder is 2√5 meters or approximately 4.5 meters to the nearest tenth.
Learn more about cylinders here: brainly.com/question/16134180
#SPJ4
Simplify: 5x2 +7y -6z, 4y + 3x2
, 9x2 +2z2
, 2z2
– 9y, 2y – 2x2
Answer:
[tex]15x^2+4y-4z^2[/tex]
Step-by-step explanation:
Solve this question patiently.
See explanation in the attached picture.
A survey shows that about 50% of Americans exercise for 30 minutes a day at least three times a week. Reba wants to know the estimated probability that three randomly chosen people do not work out this much How could you use a set of coin flips to simulate this situation
Repeat this process for a large number of trials (e.g., 1000) and use the proportion of trials where all three-coin flips resulted in tails as an estimate of the probability that three randomly chosen people do not work out for the desired amount.
by the question.
To simulate this situation, you can use a set of three-coin flips, where heads represent the event that a person exercises for 30 minutes a day at least three times a week, and tails represent the event that a person does not exercise for that amount.
To simulate the first person, flip a coin once. If it lands heads, consider the person as exercising enough; otherwise, consider the person as not exercising enough.
Repeat this process for the second and third person as well, each time flipping the coin once to determine if the person exercises enough.
After the three-coin flips, count the number of times the coin landed tails, which represents the number of people who do not exercise for 30 minutes a day at least three times a week.
To learn more about probability:
https://brainly.com/question/29383481
#SPJ1
A car's wheels are 20 in. in diameter. How far (in mi) will the car travel if its wheels revolve 10,000 times without slipping. ______mi
If the car's wheels revolve 10,000 times without slipping, the car will travel approximately 9.92 miles.
How far (in mi) will the car travel if its wheels revolve 10,000 times without slipping?The circumference of a circle (which is the distance around it) is given by the formula:
C = πd, where d is the diameter of the circle.
In this case, the diameter of the car's wheels is 20 in., so the circumference of each wheel is:
C = πd
C= π(20 in.) =
C = 20π in.
If the car's wheels revolve 10,000 times without slipping, then the total distance the car travels is:
distance = number of revolutions × circumference
distance = 10,000 × (20π in.)
To convert this distance to miles, we need to divide by the number of inches in a mile, which is 63,360 in.
distance = (10,000 × 20π in.) / 63,360 in./mi
distance = 9.92 miles
Therefore, distance traveled by the car is 9.92 miles.
Learn more about circumference of circle here: https://brainly.com/question/11213974
#SPJ1
Which of the following is the best example of a scholarship?
F $2,500 from an employer to pay for college tuition
G
$2,500 from a bank that must be repaid after graduation
H $2,500 from a college to a student who is planning to study science
J $2,500 from the federal government that does not need to be repaid
Help I don’t understand
The perimeter of the quadrilateral GHJK is 24(1+√2) which can be by using the radius of the circle, 6cm.
What is perimeter?Perimeter is the total length of the outside boundary of any two-dimensional shape. Perimeter is calculated by adding up the length of each side of a shape.
In order to calculate the perimeter of the quadrilateral, we need to first find the length of the sides.
We can do this by using the radius of the circle, r.
The side GH is equal to r+r=2r.
The side HK is equal to (r+r)√2=2r√2.
The side JK is equal to (r+r)√2=2r√2.
And the side GJ is equal to 2r.
Now that we have the lengths of the sides, we can calculate the perimeter of the quadrilateral.
The perimeter is equal to the sum of the four sides=
2r + 2r√2 + 2r√2 + 2r
= 4r+4r√2
= 4r(1+√2)
=4*6(1+√2)
=24(1+√2)
Therefore, the perimeter of the quadrilateral GHJK is 24(1+√2).
For more questions related to quadrilateral
https://brainly.com/question/26690979
#SPJ1
The perimeter of the square GHJK is 48cm which can be by using the radius of the circle, 6cm.
What is perimeter?Perimeter is the total length of the outside boundary of any two-dimensional shape. Perimeter is calculated by adding up the length of each side of a shape.
In order to calculate the perimeter of the quadrilateral, we need to first find the diameter of the circle.
We can do this by using the radius of the circle, r=6cm.
So, diameter= 2*6
=12cm
As the quadrilateral is enclosing the circle, it must be a square.
So, now the length of the sides of the square= diameter of the circle.
which is 12cm.
A square has 4 equal sides. Thus the perimeter of the quadrilateral which is a square
=4*12cm
=48cm
Therefore, the perimeter of the quadrilateral GHJK is 48cm.
For more questions related to quadrilateral
https://brainly.com/question/26690979
#SPJ1
Write an expression that is equivalent to -13y+7-11-4y
Answer:
-17y-4
Step-by-step explanation:
we can simplify it to -17y-4 by combining like terms.
I can’t do this! I need help explaining please!
Answer: They are not
Step-by-step explanation:
To be linear it needs to be a diagonal arrow across. Most of these don't follow that rule, therefore it is not linear.
Martin has $ 0.50. Sara has 10 times as much money as Martin. Jon has one-tenth as much money as Martin. Does Sara have more money than Martin? Does Jon have more money than Martin? Explain.
Answer:
1. Sara has more than Martin
2. No, Jon has less money than martin
Step-by-step explanation:
[tex]\text{Martin}=0.50[/tex]
[tex]\text{Sara}: 0.50\times10 = 5[/tex]
[tex]\text{Jon}: 0.50(\dfrac{1}{10} )= 0.05[/tex]
Gumballs cost $0. 50 each, and jawbreakers cost $0. 30 each. Bob has $3. 00 to spend on candy.
Create an inequality that represents the number of gumballs and jawbreakers Bob can buy
This inequality states that the total cost of buying x gumballs and y jawbreakers must be less than or equal to $3.00.
Let x be the number of gumballs that Bob buys, and let y be the number of jawbreakers that Bob buys.
The cost of buying x gumballs is $0.50 times x, or 0.50x. The cost of buying y jawbreakers is $0.30 times y, or 0.30y.
Bob has $3.00 to spend on candy, so we can write an inequality to represent the total cost of buying both types of candy:
0.50x + 0.30y ≤ 3.00
This inequality states that the total cost of buying x gumballs and y jawbreakers must be less than or equal to $3.00.
Note that this inequality assumes that Bob spends all of his money on candy. If Bob wants to save some money or spend it on something else, the inequality would need to be modified accordingly.
To know more about inequality, visit: brainly.com/question/30228778
#SPJ4
i am stuck on my maths please help
Answer:
5/12
Step-by-step explanation:
Simply times the fractions together to get the area
5/8 x 2/3 = 10/24
Now simplify 10/24 by dividing by the HCF which is 2
So, in simplest form, your final answer is 5/12
i do not know what to say its twenty words to add an answer#
20.
Use the figure to find the length of BC.
Answer:
B) 2
Step-by-step explanation:
First, we need to find BD:
by the Pythagorean theorem, (sqrt13)^2 + (sqrt23)^2 = BD^2
we can simplify this to 13+23=BD^2, which means BD^2 = 36, and BD is 6.
Therefore to find BC, we can use the Pythagorean theorem again and create the formula:
(4sqrt2)^2 + BC^2 = 6^2
This simplifies to 32 + BC^2 = 36, which means that BC^2 = 4, and BC = 2.
The population of California is approximately 3. 8 × 107, and the population of Nebraska is approximately 1. 9 × 106. Which state has the larger population, and by how many times is its population larger than the other state’s?
California has the larger population, and it is approximately 20 times larger than Nebraska's population.
The population of California is 3.8 million, while the population of Nebraska is 1.9 million. To find the difference between the two populations, we can calculate 3.8 million minus 1.9 million, which equals 1.9 million. To find the ratio, we can divide the population of California by the population of Nebraska, which is 3.8 million divided by 1.9 million, which equals 2. Thus, California has a population that is 20 times larger than the population of Nebraska.
Learn more about population here
https://brainly.com/question/19538277
#SPJ4
Solve for w.
−(14w+8)+8=3
w=134
w=−12
w=−34
w=52
The solution to this given question should be -3/14. We can find it in the following manner.
−(14w+8)+8=3
-14w - 8 + 8 = 3
-14w = 3 (+8 and -8 get cancelled)
w = -3/14
This is how one can simplify the equation and solve for w.
None of the given options match the solution we obtained. Therefore, there may have been an error in the question or the answer choices.
To simplify simply means to make anything easier. In mathematics, simplifying an equation, fraction, or problem means taking it and making it simpler. Calculations and problem-solving techniques simplify the issue.
Learn more about simplifying here brainly.com/question/28242672
#SPJ4
pls help i am braindead rn and i dont know how to do this atm thank u!
Answer: Table 3
Step-by-step explanation:
exponential relationship means the y value is increasing/decreasing exponentially
In table 1: the value of y is NOT increasing/decreasing exponentially as 2 is being added continuously (linear), so not table 1
In table 2: the value of y is NOT increasing/decreasing exponentially as 4 is being subtracted continuously (linear), so not table 2
In table 3: the value of y IS increasing exponentially as the y variable is multiplied by 2, so table 3
In table 4: the value of y is NOT increasing exponentially as the y variable is only being increased by 5 constantly (linear), so not 4
the agent earns a 6% commission on the first $300,000 of the sales price and 3% of that portion of the sales price that exceeds $300,000. the commission is $21,150. what is the sales price?
As per the given commission, the sales price of the property is $405,000.
To do this, we need to break down the commission earned by the agent into two parts: the commission earned on the first $300,000 and the commission earned on the remaining amount. The commission earned on the first $300,000 can be calculated as:
Commission on first $300,000 = 6% of $300,000
Commission on first $300,000 = 0.06 x $300,000
Commission on first $300,000 = $18,000
So, the remaining commission earned by the agent on the amount that exceeds $300,000 is:
Total commission - Commission on first $300,000 = $21,150 - $18,000
Total commission - Commission on first $300,000 = $3,150
Now, we know that the commission earned on the remaining amount is 3% of the sales price that exceeds $300,000. Let's assume the sales price of the property is x. Then we can write the following equation:
3% of (x - $300,000) = $3,150
We can simplify this equation as follows:
0.03(x - $300,000) = $3,150
x - $300,000 = $3,150 / 0.03
x - $300,000 = $105,000
x = $300,000 + $105,000
x = $405,000
To know more about commission here
https://brainly.com/question/20987196
#SPJ4
What is the area of the shaded region?
The area of the shaded region is 19, which can be calculated by subtracting the unshaded region from the shaded region.
Area of the whole square= side *side
= 5*5
= 25
Area of the rectangle inside the square= lenght*breadth
=3*2
=6
Now,
Area of the shaded region= Area of the square - Area of the rectangle
= 25-6
= 19.
The area of a square is the measure of the region enclosed by a square, and it is equal to the length of one side squared. The area of a rectangle is equal to its length multiplied by its width.
Learn more about Area of the square here:
https://brainly.com/question/30556035
#SPJ1
cual es la respuestaaa
Answer:
48
Step-by-step explanation:
a² - 16 a = 8
8² - 16
= 64 - 16
= 48
Evaluate the following expression.
Using the laws of exponents, the solution to the given problem is: 25
How to use laws of exponents?Some of the laws of exponents are:
1) Product of powers rule: This means that we add powers together when multiplying like bases.
2) Quotient of powers rule: This means that we subtract powers when dividing like bases.
3) Power of powers rule: This means that we multiply powers together when raising a power by another exponent.
4) Power of a product rule: This means that when any base is being multiplied by an exponent, distribute the exponent to each part of the base.
5) Negative exponent rule: This means that when there is a number being raised by a negative exponent, flip it into a reciprocal to turn the exponent into a positive
We are given the expression:
[tex]\frac{1}{5^{-2} }[/tex]
Using the negative exponent rule, we will have:
5² = 25
Read more about Laws of Exponents at: https://brainly.com/question/11761858
#SPJ1