document.write( "Question 534377: The sum of two numbers is fifteen. One less than three times the smaller is equal to the larger. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #351481 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x+y = 15 \n" ); document.write( "so \n" ); document.write( "x = 15-y \n" ); document.write( ". \n" ); document.write( "x = 3y-1 \n" ); document.write( ". \n" ); document.write( "x = x \n" ); document.write( "so \n" ); document.write( "15-y = 3y-1 \n" ); document.write( "-4y = -16 \n" ); document.write( "y = 4 \n" ); document.write( ". \n" ); document.write( "x+y = 15 \n" ); document.write( "x = 15-4 \n" ); document.write( "x = 11 \n" ); document.write( ". \n" ); document.write( "Answer: The two numbers are 4 and 11. \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |