Answer:
74 Cars
Step-by-step explanation:
If each motorbike has 2 wheels then we need to find how many wheels the motorbikes already take up.
We do this by doing 14*2 and we get 28 wheels.
Afterwards, we subtract this from the total of 324 to see how many wheels are left over. 324-28=296
Now we know the remaining amount of wheels and with this we can get our final answer!
Since there are 296 remaining wheels and each car takes up 4 we can divide 296 by 4 to see how many cars would be able to get their full set of tires.
296/4 = 74 and that;s how you get 74 cars!
*I think LOL*
Answer:
3/4 more hours
Step-by-step explanation:
Hours taken to clean bedroom = 5/4
Hours taken to clean den = 1/2
How much more = 5/4 - 1/2
5-2/4 (common denominator)
3/4 more hours (It's a propper fraction, so we can't write it as a mixed number)
Answer from Gauthmath
Answer:
(a) 4i times
(b) "i × n" times
Step-by-step explanation:
(a) Given the algorithm segment;
for i := 1 to 4, (Outer loop)
for j := 1 to i (Inner loop)
next j,
next i
The inner loop runs for i times, while the outer loop runs for 4 times.
The total times the inner loop would run when the entire algorithm is run is:
= i × 4
= 4i times
(b) Given the algorithm segment;
for i := 1 to n, (Outer loop)
for j := 1 to i (Inner loop)
next j,
next i
Where n is a set of positive integers.
The inner loop runs for "i" times, while the outer loop runs for "n" times.
The total times the inner loop would run when the entire algorithm is run is:
= i × n
= "i × n" times
The difference between her longest exercise time and her most frequent exercise time is 1 3/4 minutes
<h3>How to evaluate the difference?</h3>
From the line plot, we have:
- Longest exercise time = 31 1/2
- Most frequent exercise time = 29 3/4
The difference between these times is:
Difference = 31 1/2 - 29 3/4
Evaluate
Difference = 1 3/4
Hence, the difference between her longest exercise time and her most frequent exercise time is 1 3/4 minutes
Read more about line plots at
brainly.com/question/24309209
#SPJ1