document.write( "Question 243971: The sum of 2numbers is 15. 1 less than 3 times the smaller is equal to the larger. Find the 2 numbers. \n" ); document.write( "
Algebra.Com's Answer #178624 by mathitutor(25)![]() ![]() ![]() You can put this solution on YOUR website! assume that the numbers are x and 15-x. \n" ); document.write( "3x - 1 = 15 -x \n" ); document.write( "=> 4x = 16 \n" ); document.write( "=> x = 4 \n" ); document.write( "The numbers are 4 and 11. \n" ); document.write( " |