3

I am trying to cancel out to reduce this:

$$\frac{ 6xh + 3h^2 + 5h }{ h }$$

Is it possible to cancel out the h's to become this; $$\frac{ 6x + 3 + 5 }{ h }$$

While the $3$ goes into the $6x$? So the final answer is $2x + 5$?

Jyrki Lahtonen
  • 133,153

1 Answers1

8

You got a good idea, but it needs some cleaning up.

What you want to do is factor out the h. This will help you to cancel out the common $h$ in both the top and bottom of the problem. It would look like this,

$$\frac{ 6xh + 3h^2 + 5h }{ h }=\frac{ h(6x + 3h + 5) }{ h }$$

Assuming that $h\neq0$, we can cancel it out. Now you will get $6x+3h+5$ which can not be simplified further.

Garrett
  • 780
  • 7
  • 21
9959
  • 150