InterviewSolution
Saved Bookmarks
| 1. |
express in rational number `0.bar(621)` |
|
Answer» Let`x=0.overline621-(1)` multiply both side by thousand `1000x=621.overline621-(2)` Subtracting equation 1 from equation 2 `999x=621` `x=23/37`. |
|