InterviewSolution
Saved Bookmarks
| 1. |
Meena Bina and Lena are climbing the steps to do a Hilltop Mina Mina is at step S Bina is 8 step ahead and Lena 7 step behind Meena look at the position of Bina and Meena on the hill the total number of steps to Hilltop is 10 less than 4 time where Nina has reached Express the total number of steps using s |
|
Answer» Meena 's position :- sBeena is 8 step aheadBeena ' s position :- s+8Leena is 7 step behindLeena ' s position :- s-7Total number of steps :- 4s-10 |
|