document.write( "Question 923523: we need to solve for x and y\r
\n" );
document.write( "\n" );
document.write( "the sum of 3 times the first number and twice the second number is 43. if the second number is subtracted from twice the first number the result is negative 4. Find the numbers \n" );
document.write( "
Algebra.Com's Answer #560132 by ewatrrr(24785) You can put this solution on YOUR website! 3x + 2y = 43 \n" ); document.write( "2(2x - y = -4 \n" ); document.write( "7x = 35 \n" ); document.write( "x = 5 and y = 14 \n" ); document.write( "and...checking \n" ); document.write( "3x + 2y = 43 \n" ); document.write( "15 + 28 = 43 \n" ); document.write( " \n" ); document.write( " |