SOLUTION: Twice a number divided by 4 is 16. What is the number?

Algebra ->  Equations -> SOLUTION: Twice a number divided by 4 is 16. What is the number?      Log On


   



Question 290893: Twice a number divided by 4 is 16. What is the number?
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Twice a number divided by 4 is 16
Change the words "a number" by N

Twice N divided by 4 is 16

Cange the words "N divided by 4" to N%2F4

Twice N%2F4 is 16

Change the word "Twice" to "2 times"

2 times N%2F4 is 16

Replace the word "times" with "*"

2*N%2F4 is 16

Replace "2*N%2F4" by 2N%2F4

2N%2F4 is 16

Replace the word "is" by " = "

2N%2F4=16

Multiply both sides by 4:

4%2A%282N%2F4%29=4%2A16

cross%284%29%2A%282N%2Fcross%284%29%29=64

2N=64
 
Divide both sides by 2

2N%2F2=64%2F2

cross%282%29N%2Fcross%282%29=32

N=32

Edwin