document.write( "Question 702243: Please help me solve this linear equation using substitution\r
\n" );
document.write( "\n" );
document.write( "0.6x - 0.2y = -0.2
\n" );
document.write( "-0.03x - 0.07y = 0.17\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #432858 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) .6x -.2y = -.2 \n" ); document.write( "(2) -.03x -.07y = .17 \n" ); document.write( "First, make it easy on yourself by getting rid of the decimals. Multiply (1) by 10 and (2) by 100 and get \n" ); document.write( "(3) 6x - 2y = -2 \n" ); document.write( "(4) -3x - 7y = 17 \n" ); document.write( "Now solve (3) for y \n" ); document.write( "(5) 6x + 2 = 2y or \n" ); document.write( "(6) y = 3x + 1 \n" ); document.write( "Now substitute (6) into (4) and get \n" ); document.write( "(7) -3x - 7(3x+1) = 17 or \n" ); document.write( "(8) -3x -21x -7 = 17 or \n" ); document.write( "(9) -24x = 24 or \n" ); document.write( "(10) x = -1 \n" ); document.write( "Now use (6) to find y \n" ); document.write( "(11) y = 3(-1) + 1 or \n" ); document.write( "(12) y = -2 \n" ); document.write( "Check this pair using (1). \n" ); document.write( "Is (.6(-1) - .2(-2) = -.2)? \n" ); document.write( "Is (-.6 + .4 = -.2)? \n" ); document.write( "Is (-.2 = -.2)? Yes \n" ); document.write( "Answer: The solution pair is (-1,-2) \n" ); document.write( " |