Answer:
5 eggs are left over.
Step-by-step explanation:
Computers love this question. They have a built in command called mod which will give the answer in one line.
L = (85 + 28) mod 6: Print L
Humans have a little tougher time with it. We do it like this
Add 85 and 28 = 113
Divide by 6
113 / 6 = 18.8333333
What is left over is 0.833333333. But what does that mean, and how do you get rid of it?
Answer Number of Trays: The 18 is easily explained. He can fill 18 trays.
But we still have 0.83333333 to deal with.
The simplest way is to multiply that by 6.
6 * 0.833333333 = 5
The answer is 5
Answer:
A quadrilateral has 4 right angles
Step-by-step explanation:
In a conditional statement
If hypothesis, then conclusion
OR
Conclusion, if hypothesis.
The hypothesis goes with the if part.
N₁*$0.10 + n₂*$0.25 = $2.25
n₁ + n₂ = 12
-----------
This means that:
n₁ = 12 - n₂
And:
(12 - n₂)*$0.10 + n₂*$0.25 = $2.25
12*$0.10 - n₂*$0.10 + n₂*$0.25 = $2.25
$1.20 + n₂*$0.05*(5-2) = $2.25
$1.20 + n₂*$0.05*3 = $2.25
$1.20 + n₂*$0.15 = $2.25
n₂*$0.15 = $2.25 - $1.20
n₂*$0.15 = $1.05
n₂ = ($1.05)/($0.15)
n₂ = 7
If n₂ = 7:
n₁ + 7 = 12
Therefore, n₁ = 5.
---------
Answer:
5 dimes and 7 quarters.
Answer:
x>4
Step-by-step explanation:
trust
There are 7 sides available.
The fundamental counting principal tells us to find the total number of combinations of independent items, multiply the number of choices from each one (choices x choices x....)
This means that drink x sides x sandwiches = 560. We know there are 16 sandwiches and 5 drinks. Let S be the number of sides:
15(6)(S) = 560
80S = 560
Divide both sides by 80:
80S = 560/80
S = 7