Answer:
$1.50
Step-by-step explanation:
To find the best deal, we first want to consider price per unit. To find the price per unit, we divide the price by the number of units. For the 10 shin guard package, our price is 14.50, and we divide that by 10 to get 1.45 . Therefore, our unit price for the package of 10 is $1.45 per shin guard. Similarly, we can find the unit price for the package of 15 to be 22.5/15 = $1.50 per shin guard. As 1.50 is greater than 1.45, the lowest unit price is for the package of 10.
The question is asking for us to compare the prices if we bought 30 of each. For the package of 10, we get 1.45*30 (as we're buying 30 for 1.45) = 43.5 as the total price, and for the package of 15, we get 1.5*30 = 45 as our price. As 15 and 10 are both factors of 30, we don't need to worry about converting it back into packages of 10/15. The difference between buying 30 at the lowest and highest unit price is therefore (45-43.5)=1.5 dollars
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
it is 40pi
Step-by-step explanation:
pi r^2 and you have 144 degrees shaded which is 40% of the circle.
You find the total volume to be 100pi and you divide by .4 (40%) to get 40pi as your answer