document.write( "Question 362485: The difference of two positive numbers is 264. The larger is three times the smaller number. Find the two numbers.\r
\n" );
document.write( "\n" );
document.write( "I have to solve the following problem 3 ways. 1. graphing 2. elimination 3. subsitution. \n" );
document.write( "
Algebra.Com's Answer #258361 by mananth(16946) You can put this solution on YOUR website! let the numbers be x & y \n" ); document.write( "x-y = 264..............1 \n" ); document.write( "x=3y...................2 \n" ); document.write( "... \n" ); document.write( "GRAPH \n" ); document.write( "generate 3 values of y for from x values for both equations. \n" ); document.write( "plot them and get the solution \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "Elimination \n" ); document.write( "x=y+264 \n" ); document.write( "x=3y \n" ); document.write( "multiply by -1 \n" ); document.write( "-x=-3y \n" ); document.write( "add to equation 1\r \n" ); document.write( "\n" ); document.write( "-2y=-264 \n" ); document.write( "y=132 \n" ); document.write( "x= 132+264=396 \n" ); document.write( "... \n" ); document.write( "substitution \n" ); document.write( "x-y=264 \n" ); document.write( "x=3y \n" ); document.write( "plug value of x in the first equation \n" ); document.write( "3y-y=264 \n" ); document.write( "2y=264 \n" ); document.write( "y=132 \n" ); document.write( "x-y=132 \n" ); document.write( "x-132=264 \n" ); document.write( "x= 396 \n" ); document.write( " |