document.write( "Question 5476: i'm not quite sure how to solve this using substitution.
\n" );
document.write( "x+5y=4
\n" );
document.write( "3x+15y=-1\r
\n" );
document.write( "\n" );
document.write( "Also, does the system have exactly one solution, or more?
\n" );
document.write( "Thanks for helping me! \n" );
document.write( "
Algebra.Com's Answer #2868 by Abbey(339) ![]() You can put this solution on YOUR website! take the first equation: \n" ); document.write( "x+5y=5 and put it in terms of x by subtracting 5y from both sides: \n" ); document.write( "x=5-5y \n" ); document.write( "then use the second equation and substitute 5-5y in for x \n" ); document.write( "3x+15y=-1 \n" ); document.write( "3(5-5y)+15y=-1 \n" ); document.write( "eliminate the parentheses, consolidate like terms and solve for y: \n" ); document.write( "15-15y+15y=-1 \n" ); document.write( "15=-1 \n" ); document.write( "This is not a true statement, so no solution exists. (These are parallel lines and never cross, therefore they don't have an intersection) \n" ); document.write( " |