InterviewSolution
Saved Bookmarks
| 1. |
Write the value of `2.1bar(34)` in the form of a simple fraction. |
|
Answer» Correct Answer - `2113/990` `x=2.1343434... rArr 10x=21.343434...` and `1000x=2134.3434 ...` `:. 990x=(2134-21)=2113 rArr x=2113/990`. Hence, `2.bar(134)=2113/990`. |
|