document.write( "Question 255100: I have two questions:\r
\n" );
document.write( "\n" );
document.write( "Solve the system and find the point of the intersection.\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 2. If one number is subtracted from the other, their difference is 8.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks in Advance \n" );
document.write( "
Algebra.Com's Answer #187408 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have two questions: \n" ); document.write( "Solve the system and find the point of the intersection. \n" ); document.write( "The sum of two numbers is 2. If one number is subtracted from the other, their difference is 8. \n" ); document.write( "--- \n" ); document.write( "x + y = 2 \n" ); document.write( "x - y = 8 \n" ); document.write( "--- \n" ); document.write( "Add and solve for \"x\": \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 \n" ); document.write( "--- \n" ); document.write( "Since x + y = 2, y = 2-5 = -3 \n" ); document.write( "-------------------------------------- \r \n" ); document.write( "\n" ); document.write( "The sum of three times a first number and twice a second number is 8. If the second number is subtracted from twice the first number, the result is 3. \n" ); document.write( "3x + 2y = 8 \n" ); document.write( "2x - y = 3 \n" ); document.write( "------ \n" ); document.write( "y = 2x-3 \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "3x + 2(2x-3) = 8 \n" ); document.write( "3x + 4x - 6 = 8 \n" ); document.write( "7x = 14 \n" ); document.write( "x = 2 \n" ); document.write( "--- \n" ); document.write( "Since y = 2x-3 \n" ); document.write( "y = 2*2-3 = 1 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |