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.
Area of circle is about 50.30 inches squared.
Area of square box is 64 inches squared.
Lastly 64 inches minus 50.30 inches is 13.70.
So, 13.70 Square Inches Of The Box Is Empty.
Answer:
37 1/8
Step-by-step explanation:
The problem probably assumes direct variation
y=kx
IF so, then plug in the values and solve for k
27=k(8)
k = 27/8
y= (27/8)x. Now let x = 11
y = (27/8)11 = 27(11)/8 = 37.125 = 37 1/8
y = 37 1/8
the problem is making some assumption about the relation between x and y. The simplest assumption that's likely is direct variation, that x and y are linearly related. The graph is a straight line through the origin with slope = 27/8
Step-by-step explanation:
if three(3) is not less than x, this means it's more than x so it'll be 3+x