When you roll two numbers you have four kinds of outcomes: EE, EO, OE, OO (where E = even, O = odd).
You get an even sum only if you sum two numbers that are both even or both odd, therefore the outcomes wanted are two: EE and OO.
Therefore:
P(sum is even) = 2 / 4 = 0.5
Hence, there is a 50% probability that, when you roll two numbers, their sum will be even.
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
A=-112 bcs -216 ft is down from sea level and -104 is also down from sea level bcs both values are in minus but -104 is higher than other so you can minus it from -216 the difference is the answer
b=-109
Answer:
A≈1385.44in²
Step-by-step explanation:
A=πr2=π·212≈1385.44236in²
D Is the answer hope it helps