InterviewSolution
Saved Bookmarks
| 1. |
Make set of all possible proportions from the numbers 15, 18, 35 and 42. |
|
Answer» The possible proportions that can be made from the numbers 15, 18, 35 and 42 are (i) 15 : 35 :: 18 : 42 (ii) 42 : 18 :: 35 : 15 (iii) 42 : 35 :: 18 : 15 (iv) 15 : 18 :: 35 : 42 |
|