How Can I Solve This Division Problem?

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Division
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Miike012
Messages
1,009
Reaction score
0

Homework Statement



I added an attachment... I am not understanding how they did this...
 

Attachments

  • DIV.jpg
    DIV.jpg
    16 KB · Views: 502
Physics news on Phys.org
no that's hard.
 
Let me give you a couple of hints...
Suppose we want to divide 63 by 5:
Code:
5) 63 (
So we check how often 5 fits in 6. Clearly, that is once, so we write 1 x 5 below the 6 and subtract it, putting the 1 on the right:
Code:
5)63 (1
   5
   ---
   1
Now we pull down the 3, and repeat the trick:
Code:
5)63 (1
   5.
   -.
   13
5 fits in 13 two times, so we get:
Code:
5)63 (12
   5
   ---
   13
   10
   ---
     3
Indeed, 63 / 5 equals 12 (because 5 x 12 = 60) and then something. But suppose we want to find some more digits, for example the first decimal. We cannot take another 5 out of 3, so we add a zero:
Code:
5) 63. (12
   5 .
   --.
   13.
   10.
   --.
    30

Now we can take out 5, and we can take it out six times:
Code:
5) 63. (12.6
   5 .
   --.
   13.
   10.
   --.
    30
    30
    ---
     0
and we have nothing left, so 12.6 is the answer.

In your example, it is the same. If you want to take 1 + 3x² out of 2x, you can do so 2x times, and since 2x(1 + 3x²) = 2x + 6x³,
Code:
1 + 3x²) 2x         ( 2x
         2x + 6x³
        ---------
            - 6x³

Next, you can take it out 6x³ times, write that underneath, and subtract.
In principle you can keep on doing this as long as you want, but in your example they stop at some point, they just take what is left and write it at the end (in the numeric example, you could stop after
Code:
5)63 (12
   5
   ---
   13
   10
   ---
     3
and just say "I don't feel like keeping on doing this, so I'll just take the remainder and divide it by 5, which gives 12 + 3/5".
 
I was kidding, thank you though.
 
I'm sorry, i didnt thinnk you would type it all thge way out lol. But I do still appreciate your help.