document.write( "Question 22209: Could you please help me with this problem.
\n" );
document.write( "The sum of two numbers is 78. If three times the smaller is increased by the larger, the result is 124. Find the smaller number.
\n" );
document.write( "Thank you for your time. \n" );
document.write( "
Algebra.Com's Answer #10724 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! x+y=78 \n" ); document.write( "y=-x+78 \n" ); document.write( "3x+(-x+78)=124 \n" ); document.write( "3x-x+78=124 \n" ); document.write( "2x+78-78=124-78 \n" ); document.write( "2x=46 \n" ); document.write( "x=23 \n" ); document.write( "y=-23+78 \n" ); document.write( "y=55 \n" ); document.write( "hence the two numbers are 23, and 55. \n" ); document.write( " |