InterviewSolution
Saved Bookmarks
| 1. |
X Varies Inversely As Square Of Y. Given That Y = 2 For X = 1. The Value Of X For Y = 6 Will Be Equal To? |
|
Answer» Given X = k/y2, where k is a constant. Now, y = 2 and x = 1 gives k = 4. x = 4/y2 => x = 4/62, when y = 6 => x = 4/36 = 1/9. Given x = k/y2, where k is a constant. Now, y = 2 and x = 1 gives k = 4. x = 4/y2 => x = 4/62, when y = 6 => x = 4/36 = 1/9. |
|