document.write( "Question 937702: Please solve this question.
\n" );
document.write( "Lucy is k years old
\n" );
document.write( "How old was she three years ago
\n" );
document.write( "How old will she be in four years time
\n" );
document.write( "Find her age if half of what she was three year ago is equal to one third of what she will be in four year time \n" );
document.write( "
Algebra.Com's Answer #571116 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Lucy is k years old \n" ); document.write( " How old was she three years ago:: k-3 \n" ); document.write( "---------------------------------- \n" ); document.write( "How old will she be in four years time:: k + 4 \n" ); document.write( "---------------------------------- \n" ); document.write( " Find her age if half of what she was three year ago is equal to one third of what she will be in four year time \n" ); document.write( "Equation: \n" ); document.write( "(1/2)(k-3) = (1/3)(k+4) \n" ); document.write( "-------- \n" ); document.write( "3(k-3) = 2(k+4) \n" ); document.write( "3k-9 = 2k+8 \n" ); document.write( "k = 17 (Lucy's age now) \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |