document.write( "Question 1133754: When Kenny's age was twice Bala's age,Mike's age was 30.
\n" );
document.write( "When Mike's age was twice Kenny's age,Bala's age was 21.
\n" );
document.write( "Given that Mike was the oldest among the three persons,
\n" );
document.write( "find Bala's age when Mike is 62 years old. \n" );
document.write( "
Algebra.Com's Answer #751063 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "At one point in time, their ages were: M = 30; B = x; K = 2x. (Kenny was twice Bala's age when Mike was 30). \n" ); document.write( "At another point in time, their ages were: M = 2y; B = 21; K = y. (Mike was twice Kenny's age when Bala was 21). \n" ); document.write( "The number of years between those two times is the same for each of them: \r\n" ); document.write( "30-2y = x-21 = 2x-y \n" ); document.write( "So Mike was 48 and Kenny was 24 when Bala was 21. \n" ); document.write( "So the difference between Mike's age and Bala's age is 27 years. \n" ); document.write( "So when Mike is 62, Bala will be 35. \n" ); document.write( " |