document.write( "Question 169298: The sum of two numbers is 23. The larger number of two numbers is one less than twice the smaller. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #124820 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! lets call the numbers a and b(we will call b the larger) \n" ); document.write( "a+b=23 \n" ); document.write( "b=2a-1\r \n" ); document.write( "\n" ); document.write( "substitute b's value from 2nd equation into the 1st equation \n" ); document.write( ": \n" ); document.write( "a+(2a-1)=23 \n" ); document.write( ": \n" ); document.write( "3a=24 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |