document.write( "Question 240603: In three years, Lacey will be twice as old as Jennifer will be. At presemt, twice Lacey's age is the same as the product of Rachel's and Jennifer's ages. If Rachel is now twice as old as Jennifer, find the ages of all three girls.\r
\n" );
document.write( "\n" );
document.write( "I started out with let L be Lacey's age, J be Jennifer's age and R be Rachel's age. The first equation I came up with was (L+3)=2(J+3). The second was 2L=RJ. The 3rd was R=2J... \n" );
document.write( "
Algebra.Com's Answer #176363 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! In three years, Lacey will be twice as old as Jennifer will be. \n" ); document.write( " At present, twice Lacey's age is the same as the product of Rachel's and Jennifer's ages. \n" ); document.write( " If Rachel is now twice as old as Jennifer, find the ages of all three girls. \n" ); document.write( ": \n" ); document.write( "Your equations are OK, just simplify the 1st one \n" ); document.write( ": \n" ); document.write( "The first equation I came up with was \n" ); document.write( "(L+3)=2(J+3) \n" ); document.write( "L + 3 = 2J + 6 \n" ); document.write( "L = 2J + 6 - 3 \n" ); document.write( "L = 2J + 3 \n" ); document.write( ": \n" ); document.write( "The second was \n" ); document.write( " 2L = RJ \n" ); document.write( ": \n" ); document.write( "The 3rd was \n" ); document.write( " R = 2J \n" ); document.write( ": \n" ); document.write( "Refer to the 1st equation, replace L in the 2nd equation with (2J+3) \n" ); document.write( "2L = RJ \n" ); document.write( "2(2J+3) = R*J \n" ); document.write( "4J + 6 = R*J \n" ); document.write( ": \n" ); document.write( "Refer to the 3rd equation, replace R with 2J in the above equation \n" ); document.write( "4J + 6 = 2J*J \n" ); document.write( "4J + 6 = 2J^2 \n" ); document.write( "we can arrange this as a quadratic equation and solve \n" ); document.write( "0 = 2J^2 - 4J - 6 \n" ); document.write( "Simplify divide by 2 \n" ); document.write( "0 = J^2 - 2J - 3 \n" ); document.write( "Factor this \n" ); document.write( "(J-3)(J+1) = 0 \n" ); document.write( "The positive solution only \n" ); document.write( "J = 3 yrs old is Jennifer's age \n" ); document.write( ": \n" ); document.write( "We can use your 3rd equation to find R \n" ); document.write( "R = 2(3) \n" ); document.write( "R = 6 yrs is Rachel's age \n" ); document.write( ": \n" ); document.write( "Find L using your 1st equation \n" ); document.write( "L = 2J+3 \n" ); document.write( "L = 2(3) + 3 \n" ); document.write( "L = 9 yrs is Lacey's age \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution in the statement: \n" ); document.write( "\"In three years, Lacey will be twice as old as Jennifer will be.\" \n" ); document.write( "9 + 3 = 2(3+3) \n" ); document.write( ": \n" ); document.write( "Also \n" ); document.write( "\"twice Lacey's age is the same as the product of Rachel's and Jennifer's ages\" \n" ); document.write( "2(9) = 6 * 3 \n" ); document.write( "; \n" ); document.write( "Could you follow this OK? You made a good start. \n" ); document.write( " |