Answer:312
Step-by-step explanation: multiply 6*4*13
Do you mean 'nine and eighty four hundredths' in standard form? If so, it will be:
9.84
Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation:
Part 1
Add up the values in the table: 90+36+54+45+63+72 = 360
This means 360 total drinks were sold. Of that total, 54 were medium regular.
The percentage of medium regular is 54/360 = 0.15 = 15%
Apply this percentage to the 640 customers he plans to sell to
15% of 640 = 0.15*640 = 96
<h3>Answer: 96</h3>
============================================
Part 2
It sounds like your teacher wants you to find the probability of picking pink lemonade. The table says that 36 small, 45 medium, and 72 large pink lemonades were sold. That means 36+45+72 = 153 pink lemonades were sold out of the 360 total
153/360 = 0.425
Then go through each answer choice to note that 17/40 = 0.425 as well
Therefore, 153/360 = 17/40
Answer: 17/40