InterviewSolution
Saved Bookmarks
| 1. |
Find the number of ways of expressing 49 as a product of co-prime factors. |
|
Answer» Solution :`49 = 7^2` The required numbr of WAYS = `2^(1-1) = 1` `(1xx49)`, is the only WAY to express 49 as a product of co-prime FACTORS. |
|