document.write( "Question 442319: how is dividing a polynomial by a binomial similar to or different from the long division you learn in elementary school? \n" ); document.write( "
Algebra.Com's Answer #305056 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! Let's start off basic. Let's say you are dividing 4 into 43.\r \n" ); document.write( "\n" ); document.write( "then 4 | 43 How many times does 4 go into 4? 1. So take 4*1 and subtract it from your first spot. Giving you: How many times does 4 | 3? 0. So we multiply 4 by 0 and add the 3. Since we'd keep repeating the process we'd say the answer is 10, with a remainder of 3. This 3 can also be written as 3/4, the remainder over the divisor.\r \n" ); document.write( "\n" ); document.write( "Let's apply this to polynomial division.\r \n" ); document.write( "\n" ); document.write( "Divide x+1 into 2x^2+4x-3.\r \n" ); document.write( "\n" ); document.write( "How many times does x go into 2x^2? \n" ); document.write( "\n" ); document.write( "so 2x(x+1) = 2x^2 +2x and so we subtract that from our original.\r \n" ); document.write( "\n" ); document.write( "So we are left with 2x -3. We play the same game. How many times does x go into 2x? \n" ); document.write( "\n" ); document.write( "So we take 2(x+1) = 2x+2 and we subtract that from our last total. so [2x-3] - [2x+2] = -5.\r \n" ); document.write( "\n" ); document.write( "We are left with a remainder of -5, but just like we did in our \"numerical\" example, we can write the remainder as a fraction. In this case, -5/x+1.\r \n" ); document.write( "\n" ); document.write( "So our complete answer is |