Answer:
The T shirt choice
Step-by-step explanation:
Both values increase at the same rate therefore is proportional.
Answer:
answer in photo
hope this helps :)
Step-by-step explanation:
The answer should be 74% probability
35/50+5/50-3/50= 37/50->74%
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>