The correct expression is A.
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:
The point-slope form of an equation of a line:

<em>(x₁, y₁)</em><em> - point on a line</em>
<em>m</em><em> - slope</em>
<em />
We have

Substitute:

Convert to the standard form

<em> use the distributive property</em>

<em>add 5 to both sides</em>

<em>add 4x to both sides</em>

Hey there!
Your answer is 6n.
"Product of" represents multiplication. So, we can do a number times 6, or "6n".
Have a terrificly amazing day! :D
Answer:
(0, -3)
Step-by-step explanation:
Here we'll rewrite x^2+y^2+6y-72=0 using "completing the square."
Rearranging x^2+y^2+6y-72=0, we get x^2 + y^2 + 6y = 72.
x^2 is already a perfect square. Focus on rewriting y^2 + 6y as the square of a binomial: y^2 + 6y becomes a perfect square if we add 9 and then subtract 9:
x^2 + y^2 + 6y + 9 - 9 = 72:
x^2 + (y + 3)^2 = 81
Comparing this to the standard equation of a circle with center at (h, k) and radius r,
(x - h)^2 + (y - k)^2 = r^2. Then h = 0, k = -3 and r = 9.
The center of the circle is (h, k), or (0, -3).