document.write( "Question 55515: the sum of two numbers is two. the difference between eight and twice the smaller number is two less than four times the larger. Find the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #37692 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=2 \n" ); document.write( "8-2X=4Y-2 \n" ); document.write( "X=2-Y \n" ); document.write( "8-2(2-Y)=4Y-2 \n" ); document.write( "8-4+2Y=4Y-2 \n" ); document.write( "4Y-2Y=8-4+2 \n" ); document.write( "2Y=6 \n" ); document.write( "Y=6/2 \n" ); document.write( "Y=3 \n" ); document.write( "X+3=2 \n" ); document.write( "X=2-3 \n" ); document.write( "X=-1 \n" ); document.write( "PROOF \n" ); document.write( "8-2*-1=4*3-2 \n" ); document.write( "8+2=12-2 \n" ); document.write( "10=10 \n" ); document.write( " |