

InterviewSolution
Saved Bookmarks
1. |
291. What type of decimal expension does ave |
Answer» Let X = 29/(2^2*5*7) This is of the form p/q where, p and q are coprime integers and q is not in the form of 2^n * 5^m. So, it is a non-terminating repeating decimal. Like my answer if you find it useful! |
|