document.write( "Question 864327: I am having trouble figuring out how to work this problem out. Cannot get the right equations or answer.\r
\n" );
document.write( "\n" );
document.write( "Find two consecutive even integers such that the square of the second, decreased by three times the first is 46. \n" );
document.write( "
Algebra.Com's Answer #520922 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find two consecutive even integers such that the square of the second, decreased by three times the first is 46. \r \n" ); document.write( "\n" ); document.write( "let the integers be x & (x+2)\r \n" ); document.write( "\n" ); document.write( "square of the second = (x+2) ^2\r \n" ); document.write( "\n" ); document.write( "decreased by 3 times the first\r \n" ); document.write( "\n" ); document.write( "(x+2)^2-3x46\r \n" ); document.write( "\n" ); document.write( "x^2+4x+4-3x=46\r \n" ); document.write( "\n" ); document.write( "x^2+x=46-4\r \n" ); document.write( "\n" ); document.write( "x^2+x=42\r \n" ); document.write( "\n" ); document.write( "x^2+x-42=0\r \n" ); document.write( "\n" ); document.write( "x^2+7x-6x-42=0\r \n" ); document.write( "\n" ); document.write( "x(x+7)-6(x+7)=0\r \n" ); document.write( "\n" ); document.write( "(x+7)(x-6)=0\r \n" ); document.write( "\n" ); document.write( "x=-7 OR x=6\r \n" ); document.write( "\n" ); document.write( "even integers\r \n" ); document.write( "\n" ); document.write( "so 6 & 8 \n" ); document.write( " |