InterviewSolution
Saved Bookmarks
| 1. |
If Pn means prime factors of n, find:(i) P6(ii) P24(iii) P50(iv) P42 |
|
Answer» (i) F6 = 1, 2, 3, 6 P.F6 (Prime factor of 6) = 2 and 3. (ii) F24 = 1, 2, 3, 4, 6, 8, 12, 24 P.F24 = 2 and 3. (iii) F50 = 2, 5, 5 P.F50 = 2 and 5. (iv) F42 = 1, 2, 3, 6, 7, 14, 21, 42 P.F42 = 2, 3 and 7. |
|