document.write( "Question 58419: The question in the book asks: Use substitution to solve the linear system. \r
\n" );
document.write( "\n" );
document.write( "0.25x - 1.25y = 10.25
\n" );
document.write( "x - 5y = 20\r
\n" );
document.write( "\n" );
document.write( "My x and y's both cancel out or equal zero. I don't understand.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #40044 by babynarah2007(12) You can put this solution on YOUR website! The question in the book asks: Use substitution to solve the linear system. \n" ); document.write( "0.25x - 1.25y = 10.25 \n" ); document.write( "x - 5y = 20 \n" ); document.write( "My x and y's both cancel out or equal zero. I don't understand. \n" ); document.write( "Thanks \n" ); document.write( "0.25x - 1.25y = 10.25 \n" ); document.write( " x = 10.25/0.25 + 1.25y/0.25 \n" ); document.write( " x = 41 + 5y \n" ); document.write( " we can define this equation : x - 5y = 41 (not)x - 5y = 20 \n" ); document.write( " so, 0.25(41+5y)-1.25y = 10.25 \n" ); document.write( " 10.25 + 1.25y - 1.25y = 10.25 \n" ); document.write( " \n" ); document.write( " Both X and Y are null set, because they were cancelled out. \n" ); document.write( " \n" ); document.write( " |