document.write( "Question 948221: 1. Mr. Alvarado is 20 years old older than his son. In 5 years, he will be 5 years more than twice as old as his son will then be. Find their present ages.\r
\n" );
document.write( "\n" );
document.write( "2. The sum of the ages of Sam and Tomas is 27 years. Seven years ago, Tomas was three years more than one-fourth as old as Sam. Find their present ages.\r
\n" );
document.write( "\n" );
document.write( "3. Rosa is twice as old as pilar. In four years, Rosa's age will be 2 years less than pilar's age 3 years ago. Find their present ages. \n" );
document.write( "
Algebra.Com's Answer #578693 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Mr. Alvarado is 20 years old older than his son. In 5 years, he will be 5 years more than twice as old as his son will then be. Find their present ages. \n" ); document.write( "f = s + 20 \n" ); document.write( "f+5 = 2s+5 \n" ); document.write( "----- \n" ); document.write( "Substitute for \"f\":: \n" ); document.write( "s+20+5 = 2s+5 \n" ); document.write( "s = 20 years (son's age now) \n" ); document.write( "----------------\r \n" ); document.write( "\n" ); document.write( " 2. The sum of the ages of Sam and Tomas is 27 years. Seven years ago, Tomas was three years more than one-fourth as old as Sam. Find their present ages. \n" ); document.write( "s + t = 27 \n" ); document.write( "t-7 = (1/4)s + 3 \n" ); document.write( "----- \n" ); document.write( "Substitute for \"t\" and solve for \"s\":: \n" ); document.write( "27-s - 7 = (1/4)s + 3 \n" ); document.write( "20-s = (1/4)s + 3 \n" ); document.write( "(5/4)s = 17 \n" ); document.write( "----- \n" ); document.write( "s = 68/5 \n" ); document.write( "s = 13 3/5 years (Sam's age now) \n" ); document.write( "---- \n" ); document.write( "Solve for \"t\":: \n" ); document.write( "t = 20-s \n" ); document.write( "t = 6 2/5 years (Tomas's age now) \n" ); document.write( "--------------\r \n" ); document.write( "\n" ); document.write( " 3. Rosa is twice as old as pilar. In four years, Rosa's age will be 2 years less than pilar's age 3 years ago. Find their present ages. \n" ); document.write( "r = 2p \n" ); document.write( "r+4 = p-3-2 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"r\" and solve for \"p\":: \n" ); document.write( "2p+4 = p - 5 \n" ); document.write( "p = -9 \n" ); document.write( "Note: Pilar's age cannot be negative. \n" ); document.write( "Please check your problem statement. \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |