300 milliliters would be more appropriate for a soup bowl :)
Mark and Don have to sell 11 and 59 marbles respectively.
<em><u>Explanation</u></em>
Lets assume, the number of marbles Mark has is 
As, Don has 4 more than 5 times the number of marbles mark has, so the number of marbles Don has 
Question says that the total number of marbles is 70. So, the equation will be...

<em>So, the number of marbles Mark has = 11 </em>
<em>and the number of marbles Don has =
</em>
Answer: See explanation
Step-by-step explanation:
Total number of text messages = 800
Amount used by Tommy and Mary = 1/2 × 800 = 400
Number of messages uses by Jack and Stefanie = 240
The expression to find the number of messages Cathy uses will be:
= 800 - (1/2 × 800) - 240
Since the expression is 800 - (1/2 × 800) - 240, the number of messages that Cathy will use will be:
= 800 - (1/2 × 800) - 240
= 800 - 400 - 240
= 160 messages
Answer:
it already is less than $675
Step-by-step explanation:
if u multiply 20% by 3 then put it into decimal form, you get .60 which then u can then multiply that by $2500 and get $417
( might be wrong :'(
Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))