document.write( "Question 115449: Ricardo is 4 years less than twice as old as his sister. The sum of their ages is 20. How old is Ricardo? \n" ); document.write( "
Algebra.Com's Answer #84019 by ganesh(20)![]() ![]() ![]() You can put this solution on YOUR website! Let age of Ricardo is x and age of his sister is y. \n" ); document.write( "Ricardo is 4 years less than twice as old as his sister. \n" ); document.write( "This can be written as x = 2y - 4. \n" ); document.write( "That is, x - 2y = -4-----------(1) \n" ); document.write( "The sum of their ages is 20. \n" ); document.write( "This can be written as x + y = 20----------(2)\r \n" ); document.write( "\n" ); document.write( "Solve (1) and (2). \n" ); document.write( "(1) - (2) gives -3y = -24 \n" ); document.write( "That is, y = 8.\r \n" ); document.write( "\n" ); document.write( "Therefore, x = 12. \r \n" ); document.write( "\n" ); document.write( "Hence, Ricardo is 12 years old. \n" ); document.write( " \n" ); document.write( " |