document.write( "Question 584210: The sum of two numbers is 41. Find the two numbers if the larger number is one less than twice the smaller number \n" ); document.write( "
Algebra.Com's Answer #372722 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! given: \n" ); document.write( "a+b=41 \n" ); document.write( "a=(2b-1) \n" ); document.write( ". \n" ); document.write( "(2b-1)+b=41 \n" ); document.write( "3b-1=41 \n" ); document.write( "3b=42 \n" ); document.write( "b=14 \n" ); document.write( "a=27\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |