document.write( "Question 932328: good evening,
\n" );
document.write( "I am not sure if this is where I need to ask the question on solving system of equations using substitution (algebraically) but it is worth a try.
\n" );
document.write( "we have a problem 7x-3y=23
\n" );
document.write( " x +2y=13\r
\n" );
document.write( "\n" );
document.write( "we can't seem to figure out how you would solve this one. can you help with steps so we can understand
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566120 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a problem \n" ); document.write( "7x - 3y = 23 \n" ); document.write( "x + 2y = 13 \n" ); document.write( "Arrange the 2nd equation for substitution in the 1st equation \n" ); document.write( "subtract 2x from both sides \n" ); document.write( "x = -2y + 13 \n" ); document.write( ": \n" ); document.write( "Replace x with (-2y+13) in the first equation \n" ); document.write( "7(-2y+13) - 3y = 23 \n" ); document.write( "-14y + 91 - 3y = 23 \n" ); document.write( "-17y = 23 - 91 \n" ); document.write( "-17y = -68 \n" ); document.write( "y = -68/-17 \n" ); document.write( "y = +4 \n" ); document.write( "Find x \n" ); document.write( "x = -2(4) + 13 \n" ); document.write( "x = 5 \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check these solutions in the 1st equation 7x -3y - 23 \n" ); document.write( "7(5) - 3(4) = 23 \n" ); document.write( "35 - 12 = 23 \n" ); document.write( " |