document.write( "Question 254217: the sum of three consecutive even numbers is equal to two times the largest number. what is the largest number? \n" ); document.write( "
Algebra.Com's Answer #186541 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Believe it or not it helps to put your problems in the right category. Many tutors only check selected categories. It also says something about you when you don't have the decency to do a little work for the problem\r \n" ); document.write( "\n" ); document.write( "Since we want the largest number only we will assign n to the largest \n" ); document.write( "n =largest \n" ); document.write( "n-2=middle \n" ); document.write( "n-4=smallest \n" ); document.write( "n+n-2+n-4=2n \n" ); document.write( "solve for n the largest \n" ); document.write( "add up the left side both n's and numbers \n" ); document.write( "get all n's on one side and all numbers on the other. zero is a number. \n" ); document.write( "hint n is less than 10 \n" ); document.write( " |