document.write( "Question 304431: The sum of Two numbers is 39. One number is 27 more than the other. what is the smaller number and what is the larger number. \r
\n" );
document.write( "\n" );
document.write( "What is the equation that I need to set up? \n" );
document.write( "
Algebra.Com's Answer #218052 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of Two numbers is 39. \n" ); document.write( "x + y = 39 \n" ); document.write( ": \n" ); document.write( " One number is 27 more than the other. \n" ); document.write( "x - y = 27 \n" ); document.write( "; \n" ); document.write( "what is the smaller number and what is the larger number. \n" ); document.write( ": \n" ); document.write( "You can use elimination here (adding eliminates y, find x, substitute to find y) \n" ); document.write( "x + y = 39 \n" ); document.write( "x - y = 27 \n" ); document.write( "----------- \n" ); document.write( " |