document.write( "Question 52521: A boy is 4 years old and his sister is three times as old as he is. When the boy is 12 years old, how old will his sister be? \n" ); document.write( "
Algebra.Com's Answer #35067 by darq(90)![]() ![]() You can put this solution on YOUR website! if boy is x years old than her sister is 3x years old. \n" ); document.write( "x=4 \n" ); document.write( "3x=3*4=12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find how many years had passed away when he became 12 subtract his current age from 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12-4=8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if 8 years had passed add 8 years to sister's current age to find the answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12+8=20 is the answer \n" ); document.write( " |