document.write( "Question 462175: will someone please help me solve y=10x-3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #317029 by richard1234(7193) You can put this solution on YOUR website! The only thing there is to \"solve\" is to find x in terms of y:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 10x - 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y + 3 = 10x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = (y+3)/10 \n" ); document.write( " |