Answer:
He paid $9 twelve times
12× 2= 24 days
Step-by-step explanation:
1st day = $16.60
3rd day=$ 9 (i.e for every 2days afterwards)
5th day=$ 9
Yuri pays : 124.60
124.60-16.60
= $108.00
After paying the first day he paid 108.00
108.00÷ 9 = 12
He paid $9 twelve times
12× 2= 24 days
Answer:
Good 4 U
Step-by-step explanation:
By Olivia Rodrigo
What does x equal? In order to find the relationship between x and y we need to know both values at a given instance. For example, if x = 10 while y = 20/3, then we know that you = 20x/30 or 2x/3.
Y=7x+3
They are parallel so the slope is the same and plug in the two coordinates to get the y intercept. This gives you y=7x+3
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>