document.write( "Question 1005792: a log cabin is 24 years old and a friendship quilt is 6 years old. In how many years will the log cabin be three times as old as the friendship quilt?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621946 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of years in the future, x. \n" ); document.write( "Thus we can write \n" ); document.write( "24 + x = 3(6 + x) \n" ); document.write( "24 + x = 18 + 3x \n" ); document.write( "6 = 2x \n" ); document.write( "x = 3 years from now \n" ); document.write( " |