document.write( "Question 610352: one number exceeds another by 5. if the larger is increased by 5 and the smaller is decreased by 8, the larger will be 12 less than twice the smaller. find the original. with solution please. \n" ); document.write( "
Algebra.Com's Answer #384336 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! one number exceeds another by 5. if the larger is increased by 5 and the smaller is decreased by 8, the larger will be 12 less than twice the smaller. find the original. with solution please. \n" ); document.write( "** \n" ); document.write( "let x=smaller number \n" ); document.write( "x+5=larger number \n" ); document.write( "increase larger number by 5=x+5+5 \n" ); document.write( "Twice the smaller decreased by 8=2(x-8) \n" ); document.write( "x+5+5-12=2(x-8) \n" ); document.write( "x-2=2x-16 \n" ); document.write( "x=14 \n" ); document.write( "x+5=19 \n" ); document.write( "ans \n" ); document.write( "smaller number=14 \n" ); document.write( "larger number=19 \n" ); document.write( " \n" ); document.write( " |