I'm not sure if an equation is needed. Since you put the marble back into the bag the odds are still 50/50 that you will draw either color.
If you would have left it out then it would be dependent because the ratio would change.
Answer:
64
Step-by-step explanation:
180-52/2=128/2=64
Divide 5 by 2 = 2.5 per 1/5 an hour
there are 10 of 1/5 an hour in 2 hours
so 10 X 2.5 = 25 miles in 2 hours
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer:
57 and 11
Step-by-step explanation:
57+11=68
57-11=46