document.write( "Question 942600: One number is one less than four times another. If their sum is decreased by three, the result is sixteen. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #574640 by macston(5194)![]() ![]() You can put this solution on YOUR website! one number is x; another is 4x-1 Sum=19 \n" ); document.write( "x+4x-1=19 \n" ); document.write( "5x-1=19 add 1 to each side \n" ); document.write( "5x=20 divide each side by 5 \n" ); document.write( "5x/5=20/5 \n" ); document.write( "X=4 One Number \n" ); document.write( "4(4)-1=15 The other number \n" ); document.write( "CHECK \n" ); document.write( "Sum reduced by 3 is sixteen \n" ); document.write( "(4+15)-3=16 \n" ); document.write( "19-3=16 \n" ); document.write( "16=16 \n" ); document.write( " |