InterviewSolution
Saved Bookmarks
| 1. |
The Smallest Number, Which Is A Perfect Square And Contains 7936 As A Factor Is: |
|
Answer» 7936 => 2^2 * 2^2 * 2^2 * 2^2 * 31^1 To make it as a perfect SQUARE, we have to MULTIPLY 7936 with 31. HENCE the REQD no. is 7936*31 = 246016. 7936 => 2^2 * 2^2 * 2^2 * 2^2 * 31^1 To make it as a perfect square, we have to multiply 7936 with 31. Hence the reqd no. is 7936*31 = 246016. |
|