document.write( "Question 523980: 1.(5x+2)(5x-2)-(x+3)^2
\n" );
document.write( "my answer is
\n" );
document.write( "(5x+2)(5x-2)=5x^2-2^2=25x-4
\n" );
document.write( "-(x+3)^2 = -x2+x*2*3+32= -x2+6x+9
\n" );
document.write( "-x2+6x+9+25x-4=-x2+31x+5.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2.solving Y=2x+1
\n" );
document.write( " Y=3x-1
\n" );
document.write( "
\n" );
document.write( "when i do that with the calculater i get diffrent result then when solve it with algebraic solution \r
\n" );
document.write( "\n" );
document.write( "this is what i get from the calculator 1,7x;4,49y and this is what i get when i try algebraic solution 2,5x;6y \r
\n" );
document.write( "\n" );
document.write( "plz help and tell me what i am doing wrong. \n" );
document.write( "
Algebra.Com's Answer #347506 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! 1.(5x+2)(5x-2)-(x+3)^2 \n" ); document.write( "my answer is \n" ); document.write( "(5x+2)(5x-2)=5x^2-2^2=25x-4 \n" ); document.write( "-(x+3)^2 = -x2+x*2*3+32= -x2+6x+9 \n" ); document.write( "-x2+6x+9+25x-4=-x2+31x+5. \n" ); document.write( " \r\n" ); document.write( "There are two mistakes here. You didn't square x \r\n" ); document.write( "in the first step. It should be:\r\n" ); document.write( "\r\n" ); document.write( "(5x+2)(5x-2) = (5x)²-4 = 25x²-4\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "And you didn't put parentheses around the whole\r\n" ); document.write( "expression in the next step. It should be:\r\n" ); document.write( "\r\n" ); document.write( "-(x+3)² = -(x²+x*2*3+3²) = -(x²+6x+9) = -x²-6x-9\r\n" ); document.write( "\r\n" ); document.write( "-x²-6x-9+25x²-4 = 24x²-6x-13.\r\n" ); document.write( " \n" ); document.write( "2.solving Y=2x+1 \n" ); document.write( " Y=3x-1 \n" ); document.write( " \n" ); document.write( "when i do that with the calculater i get diffrent result then when solve it with algebraic solution \r \n" ); document.write( "\n" ); document.write( "this is what i get from the calculator 1,7x;4,49y and this is what i get when i try algebraic solution 2,5x;6y \r \n" ); document.write( "\n" ); document.write( "plz help and tell me what i am doing wrong. \n" ); document.write( " \r\n" ); document.write( "Y=2x+1 \r\n" ); document.write( "Y=3x-1\r\n" ); document.write( "\r\n" ); document.write( "Since the right sides both equal to Y, set them equal to each other:\r\n" ); document.write( "\r\n" ); document.write( "2x+1=3x-1\r\n" ); document.write( " -x=-2\r\n" ); document.write( " x=2\r\n" ); document.write( "\r\n" ); document.write( "Sustitute x=2 in the first one:\r\n" ); document.write( "\r\n" ); document.write( "Y=2x+1\r\n" ); document.write( "Y=2(2)+1\r\n" ); document.write( "Y=4+1\r\n" ); document.write( "Y=5\r\n" ); document.write( "\r\n" ); document.write( "Solution (x,Y) = (2,5)\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |