SOLUTION: factor 126 into prime numbers

Algebra ->  Divisibility and Prime Numbers -> SOLUTION: factor 126 into prime numbers      Log On


   



Question 105219This question is from textbook
: factor 126 into prime numbers This question is from textbook

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Solved by pluggable solver: Factor any number
126 is NOT a prime number: 126 = 2 * 3 * 3 * 7

Work Shown

126 is divisible by 2: 126 = 63 * 2.
63 is divisible by 3: 63 = 21 * 3.
21 is divisible by 3: 21 = 7 * 3.
7 is not divisible by anything.

This calculation used this Prime Factorization Algorithm.