Answer:
14
Step-by-step explanation:
Squaring a number (a+b) for example is a^2+2ab+b^2. So you square root x^2 and 49, you get x and seven respectively. you multiply them together and on top of that multiply the product by 2. so 7x*2 is 14x and ye
5/6 x 2 3/4 = 5/6 x (2x4+3)/4 = 5/6 x 11/4 = 55/24 = 2 7/24
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:
Option C (Negative)
Step-by-step explanation:
A line with a negative slope goes downward from the left side of the graph to the right side.
A positive line would be the opposite; the line goes upward form left to right.
A horizontal line has zero slope. A vertical line has undefined slope.
The given line has the line going downward.
Option C should be the correct answer.
Hope this helps.