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)\"\" \"About 
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( "\"highlight%28a=8%29\" the smaller number
\n" ); document.write( "\"highlight%28b=2%288%29-1=15%29\"the larger number\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );