document.write( "Question 1106235: Linda is three times as old as Isabelle. The difference between their ages is 18. Find the age of Isabelle and Linda.\r
\n" );
document.write( "\n" );
document.write( "Where would I start and figure out how to do it? \n" );
document.write( "
Algebra.Com's Answer #721181 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Isabelle is x \n" ); document.write( "Linda is 3x \n" ); document.write( "3x-x=18; that is the difference between their ages \n" ); document.write( "2x=18 \n" ); document.write( "x=9 \n" ); document.write( "Isabelle is 9 years old \n" ); document.write( "Linda is 27 years old \n" ); document.write( "The difference between their ages is 18. \n" ); document.write( " |