4x5axb is the algebraic expression
Answer:
A = 8x^2
B = 6x^3
C = -23x
Step-by-step explanation:
A: -4 * -2x^2
A: 8x^2
B: -3x * -2x^2
B: 6x^3
C: -8x -15x
C: -23x
Hope this helps!
Answer:
90.
Step-by-step explanation:
We have two lines of code:
y ← x + x + x + x + x
z ← y + y + y
and, x=6 before the execution. Then, when the program starts to run we obtain:
y ← 6 + 6 + 6 + 6 + 6
y ← 30
z ← 30+30+30
z ← 90.
Then, the value of z after excecution is 90.
Answer:
undefined
Step-by-step explanation:
We can use the slope formula to find the slope
m = ( y2-y1)/(x2-x1)
= ( -4-4)/( -3 - -3)
= ( -4-4)/( -3+3)
= -8/0
When we divide by zero, the answer is undefined so the slope is undefined