document.write( "Question 1054561: The sum of the ages of a gold coin and a silver coin is 115 years. The age of the gold coin 15 years from now will be 10 years less than the age of the silver coin 10 years ago. Find the present ages of the two coins.
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "years (gold coin)
\n" );
document.write( " years (silver coin) \n" );
document.write( "
Algebra.Com's Answer #669917 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let g = the age of the gold coins \n" ); document.write( "let s = the age of the silver \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "The sum of the ages of a gold coin and a silver coin is 115 years. \n" ); document.write( "g + s = 115 \n" ); document.write( " The age of the gold coin 15 years from now will be 10 years less than the age of the silver coin 10 years ago. \n" ); document.write( "g + 15 = s - 10 - 10 \n" ); document.write( "g = s - 20 - 15 \n" ); document.write( "g = s - 35 \n" ); document.write( ": \n" ); document.write( "in the 1st equation, replace g with (s-35) \n" ); document.write( "(s-35) + s = 115 \n" ); document.write( "2s = 115 + 35 \n" ); document.write( "s = 150/2 \n" ); document.write( "s = 75 yrs old is the silver coin \n" ); document.write( "then \n" ); document.write( "g = 75 - 35 \n" ); document.write( "g = 40 yrs old is the gold coin \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check 40 + 75 = 115\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Find the present ages of the two coins. \n" ); document.write( " \n" ); document.write( " |