InterviewSolution
Saved Bookmarks
| 1. |
() A number is divided into two partsone part being 4 times the other. Thedifference between the two parts is 15What is the number? |
|
Answer» Let first part be x therefore second part is 4x4x-x=15x=15/3=5(first part)2nd part=4x=20therefore required no. =20+5=25 |
|