I suspect 4/2 should actually be 4/3, since 4/2 = 2, while 4/3 would make V the volume of a sphere with radius r. But I'll stick with what's given:





In Mathematica, you can check this result via
D[4/2*Pi*r^3, r]
Answer:
2 of the 1/3 Bananas and 5 of the 1/4 strawberries
Step-by-step explanation:
two of the 1/3 bananas can complete the pound of grapes and one of the 1/4 of strawberries can complete the pound of apples so then u got 4 more of 1/4 and u got three pounds exact
Answer:
Step-by-step explanation:
A rectangle is shown with length x plus 10 and width 2 x plus 5.
so the rectangle area = length * width
= (x + 10) * (2x + 5)
an unshaded square with length x plus 1 and width x plus 1
so the unshaded square area = (x + 1) * (x + 1)
the shaded area = rectangle area - square area
= (x + 10) * (2x + 5) - (x + 1) * (x + 1)
= (2x^2 + 20x + 5x + 50) - (x^2 + x + x + 1)
= x^2 + 23x + 49
<span>1.5
In C or C++, a floating point literal is nothing more than a sequence of decimal digits with either or both an decimal point, or an exponent with optionally a type specifier. The value could be any of the following: 1.5, 1.5e0, 0.15e1, 15e-1, etc.</span>