document.write( "Question 260938: solve this system with substitution
\n" );
document.write( "y=3x+1 and x=3y+1\r
\n" );
document.write( "\n" );
document.write( "I don't get it at all and if you could help me out it'd be great:) \n" );
document.write( "
Algebra.Com's Answer #192244 by richwmiller(17219) You can put this solution on YOUR website! substitute 3y+1 for x in the first equation \n" ); document.write( "y=3(3y+1)+1 \n" ); document.write( "now solve for y \n" ); document.write( "y=9y+3+1 \n" ); document.write( "bring all y's to one side all numbers to the other \n" ); document.write( "-4=8y \n" ); document.write( "-4/8=y \n" ); document.write( "-1/2=y \n" ); document.write( "plug that into either original equations \n" ); document.write( "-1/2=3x+1 \n" ); document.write( "-3/2=3x \n" ); document.write( "-1/2=x \n" ); document.write( "Yes that is correct \n" ); document.write( "(-1/2,-1/2) \n" ); document.write( " |