document.write( "Question 333700: Solve the following word problem (Hint: setup and solve a system of equations):
\n" );
document.write( "One number plus twice another number gives a sum of 42. The difference of these same two numbers equals –3.
\n" );
document.write( "Find the two numbers\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #239152 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x & the other be y \n" ); document.write( "x+2y= 42 \n" ); document.write( "x-y= -3 \n" ); document.write( ".. \n" ); document.write( "(x+2y)-(x-y)=42-(-3) \n" ); document.write( "x+2y-x+y=45 \n" ); document.write( "3y=45 \n" ); document.write( "y=9 \n" ); document.write( "x=6 \n" ); document.write( " |