

InterviewSolution
Saved Bookmarks
1. |
If `1/7=0. 142857 `, write the decimal expression of `2/7,3/7,4/7,5/6a n d6/7`without actually doing the long division. |
Answer» if `1/7=0.142857` `2/7=2*1/7=2*0.142857=0.285754` `3/7=3*1/7=3*0.142857=0.428571` `4/7=4*1/7=4*0.142857=0.571428` `5/7=5*1/7=5*0.142857=0.714285` `6/7=6*1/7=6*0.142857=0.857142`. |
|