InterviewSolution
Saved Bookmarks
| 1. |
Find four rational number between (3:5) and (2:3) |
|
Answer» As the denominators of both rational numbers are different, so first we have to make the denominators same by finding their LCM.The LCM of 5 and 3 is 15.3/5*3/3=9/152/3*5/5=10/15Now if you want you can make the numbers bigger by multiplying them.I am multiplying both the numbers with 10.9/15*10/10=90/15010/15*10/10=100/150So five rational numbers between 90/150 and 100/150 are91/150, 93/150, 95/150, 97/150 and 99/150 Nonepo |
|