Part A.
Before you can write any sort of expression, you need to define variables. "grapes g" is not a definition, so the exercise seems meaningless as written. It seems the intent is to ...
let g, b, p represent the numbers of pounds of grapes, bananas, and pears, respectively.
Then, the total cost of some weight of fruit is
2.19g + 0.59b + 1.49p
Part B.
For g=3, b=3, p=2, the expression evaluates to
2.19*3 +0.59*3 +1.49*2 = 11.32
The total cost of 3 pounds of grapes, 3 pounds of bananas, and 2 pounds of pears is ...
$11.32
Answer:
1922.7 cubic inches
Step-by-step explanation:
The volume of a cylinder can be found with this formula:
V=πr^2h
The radius, r, is half the diameter.
So, 12/2=6
r=6 inches
Then, just plug the numbers in.
V=π(6)^2(17)
V=1922.65
Rounding to the nearest tenth:
V=1922.7 cubic inches
Answer:
f(6) = 24
Step-by-step explanation:
f(x) = x^2 - 2x
Let x = 6
f(6) = 6^2 - 2(6)
= 36 - 12
= 24
A pair of tires is $216, so at that rate 4 tires would be $432. The managers special is $380 so $432-$380=$52 savings for 4. $52\4=$13 savings per tire.
-6x + 2y = 8
isolate the y
first add 6x to both sides
2y = 6x + 8
then divide everything by 2 to isolate the y
y = 3x + 4
Hope this helps