It shows the Ora scale for area multiply width and length
2
350
x 40
____
000
1400
____
1,400
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.
Answer:
.
Step-by-step explanation:
Answer:
Yes, triangle GYK is similar to triangle BAK.
Step-by-step explanation:
The sides of each triangle are proportional to each other.
Take the longest side of each triangle. You are comparing line AK with line KY.
The proportion is 15/25.
Now, take the shortest side of each triangle. You are comparing line KB with GK.
The proportion is 6/10.
To determine if the triangles are proportional, we can see if the two proportions are equal to each other:
15/20=6/10
3/5=6/10
Correct! 3/5 equals to 6/10. Therefore, the two triangles are similar because their sides are proportional.
Hope this helps :)