104k views
3 votes
Given: X = r + 2, Y = 2r - 9, and Z = r 2 + 17r + 30. Simplify [X · Y - Z] ÷ X.

User Dwarrior
by
7.8k points

1 Answer

5 votes
( (r+2) * (2r-9)-(r^2+17r+30) )/(r+2)

none of the parenthetical operations or power operations can be simplified further, so multiplication and division first, left to right:

(2r(r+2) -9(r+2) - r^2 + 17r +30)/(r+2)

(2r^2 + 2r -9r+18 -r^2 +17r +30 )/(r+2)

(r^2 +10r +48)/(r+2)


User Alex Lyman
by
7.9k points