InterviewSolution
Saved Bookmarks
| 1. |
What is prime factor given an example |
| Answer» Any of the prime numbers that can be multiplied to give the original number.Example: The prime factors of 15 are 3 and 5 (because 3×5=15, and 3 and 5 are prime numbers). | |