document.write( "Question 835771: Lucy is six years older than Kathy. In two years, Lucy will be twice as old as Kathy. Find their ages now.\r
\n" );
document.write( "\n" );
document.write( "L = Lucy's age
\n" );
document.write( "K = Kathy's age \r
\n" );
document.write( "\n" );
document.write( "L = K + 6
\n" );
document.write( "L + 2 = 2K\r
\n" );
document.write( "\n" );
document.write( "Am I setting this up right ? \n" );
document.write( "
Algebra.Com's Answer #503718 by josgarithmetic(39620)![]() ![]() ![]() You can put this solution on YOUR website! ALMOST...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In two years, the expressions for Lucy's and Kathy's ages are L+2, and K+2. \n" ); document.write( "At that time, Lucy will be twice as old as Kathy, so L+2=2(K+2). \n" ); document.write( " |