Saved Bookmarks
| 1. |
In how many ways can a number be expressed as a product of its prime factors? |
|
Answer» we can WRITE 12 as —> (2*6) —> (2*2*3). now (2,6),(4,3) are the possible WAYS.Step-by-step EXPLANATION:A prime number can be divided by 1 and itself. so it can not be expressed as product of two factors other than 1 and itself. we can write 12 as —> (2*6) —> (2*2*3). now (2,6),(4,3) are the possible ways. |
|