

InterviewSolution
Saved Bookmarks
1. |
Express 0.00323232 … in the form p/q, where p and q are integers and q ≠ 0. |
Answer» Let x = 0.00323232… Then 100x = 0.323232 ……(1) and 1000x = 32.323232 …(2) Subtracting (1) from (2), we get 9900x = 32 ⇒ x = \(\frac { 32 }{ 9900 }\) ⇒ x = \(\frac { 8 }{ 2475 }\) |
|