document.write( "Question 308513: renee is 3 times as old as dana. five years from now, renee will be twice as old as dana. how old are they now? \n" ); document.write( "
Algebra.Com's Answer #220609 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let dana'a age be x \n" ); document.write( "renee's age =3x\r \n" ); document.write( "\n" ); document.write( "five years later they will be\r \n" ); document.write( "\n" ); document.write( "x+5 & 3x + 5\r \n" ); document.write( "\n" ); document.write( "3x+5= 2*(x+5)\r \n" ); document.write( "\n" ); document.write( "3x+5=2x+10 \n" ); document.write( "3x-2x=10-5 \n" ); document.write( "x=5 years -dana's age\r \n" ); document.write( "\n" ); document.write( "renee's age = 3x = 15 years \n" ); document.write( " |