document.write( "Question 243740: Please help me to figure out this problem:\r
\n" );
document.write( "\n" );
document.write( "THis is how the word problem is written in the book:\r
\n" );
document.write( "\n" );
document.write( "Find three consecutive even intergers such that the square of the largest exceeds the sum of the squares of the other two by 12. \n" );
document.write( "
Algebra.Com's Answer #178554 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! For most problems like this, your best interest is served by using as few variables as possible. For example, the setup says \"3 consecutive EVEN integers,\" which is a temptation to call x, y, and z. \n" ); document.write( "But from what we know about consecutive numbers, they're just 1 apart. Consecutive EVEN integers are 2 apart. So we can define the 3 unknown numbers in terms of x. \n" ); document.write( "a = x \n" ); document.write( "b = x+2 \n" ); document.write( "c = x+4 \n" ); document.write( ". \n" ); document.write( "We're all told the square of the largest number \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Resolving the squares. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Collecting like terms \n" ); document.write( "Subtract x^2 from both sides \n" ); document.write( " \n" ); document.write( "Subtracting 8x from both sides \n" ); document.write( " \n" ); document.write( "Subtracting 16 from both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "We can factor an 'x' from the left-hand. \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "So we have two possible solutions: \n" ); document.write( "x=0 \n" ); document.write( "x=4 \n" ); document.write( ". \n" ); document.write( "Testing x=0. \n" ); document.write( "0^2 = 0 \n" ); document.write( "2^2 = 4 \n" ); document.write( "4^2 = 16 \n" ); document.write( "Is 4^2 equal to the sum of the other two squares + 12? \n" ); document.write( "Yes. \n" ); document.write( ". \n" ); document.write( "Testing x=4. \n" ); document.write( "4^2 = 16 \n" ); document.write( "6^2 = 36 \n" ); document.write( "8^2 = 64 \n" ); document.write( "Is 8^2 equal to the sum of the other two squares + 12? \n" ); document.write( "16+36=52, with is 12 less than 64. \n" ); document.write( "So this works, too. \n" ); document.write( ". \n" ); document.write( "The EVEN consecutive digits are: \n" ); document.write( "0, 2 & 4 \n" ); document.write( "and \n" ); document.write( "4, 6 & 8 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |