InterviewSolution
Saved Bookmarks
| 1. |
`{:("Column A"," Column B"),((a)1/3:2/5,(p) 20:3),((b) 3/4:5/2, (q)3:10),((c)2/3:3/5,(r)5:6),((d)4/3:1/5,(s)10:9):}` |
|
Answer» Correct Answer - A::B::C::D ` (a) 1/2 : 2/5 = 5:6 to (r )` `(b) 3/4 : 5/2 = 3 : 10 to (q)` ` ( c) 2/3 : 3/5 = 10 : 9 to (s)` ` (d) 4/3 : 1/5 = 20 : 3 to (p) ` |
|