document.write( "Question 322312: Hi, Ive been given a question. \"Twelve years ago Jack was five times as old as Jill. In three years time Jill will be half of Jack's age. What are Jack and Jill's present ages?\"\r
\n" );
document.write( "\n" );
document.write( "I've tried heaps of different equations with no luck so far.
\n" );
document.write( "If Jack = y and Jill = x I have been using the following -\r
\n" );
document.write( "\n" );
document.write( "y = 5x - 12
\n" );
document.write( "x = y/x + 3\r
\n" );
document.write( "\n" );
document.write( "So I go x = (5x - 12)/x + 3 \r
\n" );
document.write( "\n" );
document.write( "I've tried several others I just can't figure it out. Becoming really frustrating and a push in the right direction would be hugely helpful! :)\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #230734 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \"Twelve years ago Jack was five times as old as Jill. In three years time Jill will be half of Jack's age. What are Jack and Jill's present ages?\" \n" ); document.write( ".. \n" ); document.write( "let Jill's age be x now \n" ); document.write( "Let Jack's age be y now \n" ); document.write( ".. \n" ); document.write( "12 years ago their ages were \n" ); document.write( "Jill x-12 \n" ); document.write( "Jack y-12 \n" ); document.write( ".. \n" ); document.write( "y-12=5(x-12) \n" ); document.write( "y-12=5x-60 \n" ); document.write( "y-5x=-48.......... equation 1 \n" ); document.write( ".. \n" ); document.write( "after 3 years their ages will be \n" ); document.write( "Jill x+3 \n" ); document.write( "Jack y+3 \n" ); document.write( "(x+3)= 1/2 (y+3) \n" ); document.write( "2(x+3)=y+3 \n" ); document.write( "2x+6=y+3 \n" ); document.write( "2x-y=-3......... equation 2 \n" ); document.write( ".. \n" ); document.write( "Add equation 1&2\r \n" ); document.write( "\n" ); document.write( "y-5x+2x-y=-48-3 \n" ); document.write( "-3x=-51 \n" ); document.write( "x= 17 which is Jill's age now \n" ); document.write( "Plug the value of x in equation1 \n" ); document.write( "y-85=-48 \n" ); document.write( "y=37 Jack's age now \n" ); document.write( " \n" ); document.write( " |