document.write( "Question 1163312: Sarah is currently four times as old as her daughter Linda.
\n" );
document.write( "in 6 years Sarah will be three time as old as Linda.
\n" );
document.write( "calculate Linda's current age. \n" );
document.write( "
Algebra.Com's Answer #787376 by Theo(13342)![]() ![]() You can put this solution on YOUR website! s = sarah's age now. \n" ); document.write( "l = linda's age now. \n" ); document.write( "sarah is currently 4 times as old as linda. \n" ); document.write( "that gets you: \n" ); document.write( "s = 4 * l \n" ); document.write( "in 6 years, sarah will be 3 times as old as linda. \n" ); document.write( "that gets you: \n" ); document.write( "s + 6 = 3 * (l + 6) \n" ); document.write( "simplify this equation and subtact 6 from both sides to get: \n" ); document.write( "s = 3 * l + 12 \n" ); document.write( "since s = 4 * l from the first equation, replace s with 4 * l to get: \n" ); document.write( "4 * l = 3 * l + 12 \n" ); document.write( "solve for l to get: \n" ); document.write( "l = 12 \n" ); document.write( "s = 4 * l = 48 \n" ); document.write( "in 6 years s is 54 and l is 18. \n" ); document.write( "at that time, s = 3 * l because 3 * 18 = 54.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "be careful how your word your problem. \n" ); document.write( "3 times as old is not the same as 3 times older. \n" ); document.write( "if the current age is 10, then 3 times as old makes the new age equal to 30 which is 20 more than 10 which is 2 times older than 10. \n" ); document.write( "if the current age is 10, then 3 times older makes the new age equal to 40 which is 30 more than 10 which is 3 times older than 10, but 4 times as old as 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to put it another way: \n" ); document.write( "y = 3x means y is 3 times as large as x. \n" ); document.write( "y = 3x + x means y is 3 times larger than x which means that y = 4 times as much as x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your problem works with 3 times as much. \n" ); document.write( "it does not work with 3 times larger because 3 times larger means 4 times as large. \n" ); document.write( "solve for 3 times larger, you get: \n" ); document.write( "y = 4x \n" ); document.write( "y + 6 = 3 * (x + 6) + (x + 6) which becomes y + 6 = 4 * (x + 6) which becomes y + 6 = 4 * x + 24 which becomes y = 4 * x + 18 \n" ); document.write( "y = 4 * x and y = 4 * x + 18 yield two straight line equations that have the same slope, therefore parallel to each other, therefore will never intersect, so there's no way to solve for x. \n" ); document.write( "on the other hand, y + 6 = 3 * (x + 6) gets you y + 6 = 3 * x + 18 which results in y = 3 * x + 12 and, since y = 4 * l, you get 4 * l = 3 * l + 12 which results in x = 12.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |