document.write( "Question 238419: y= x-3
\n" );
document.write( "y= 1/7x+3 \n" );
document.write( "
Algebra.Com's Answer #175200 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Since they both equal y set them equal to each other. \n" ); document.write( "x-3=(1/7)x+3 \n" ); document.write( "Multiply by 7 to get rid of the fraction. \n" ); document.write( "7x-21=x+21 \n" ); document.write( "6x=42 \n" ); document.write( "x=7 \n" ); document.write( "Then use either equation to solve for y. \n" ); document.write( "y=x-3 \n" ); document.write( "y=7-3 \n" ); document.write( "y=4 \n" ); document.write( "(x,y)=(7,4) \n" ); document.write( " |