document.write( "Question 302026: karl`s license plate is four consecutive integers with a sum of 26. what is his license plate number? \n" ); document.write( "
Algebra.Com's Answer #216614 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x+(x+1)+(x+2)+(x+3)=26
\n" ); document.write( "4x+6=26
\n" ); document.write( "4x=26-6
\n" ); document.write( "4x=20
\n" ); document.write( "x=20/4
\n" ); document.write( "x=5 for the first integer.
\n" ); document.write( "5+1=6 for the second integer.
\n" ); document.write( "5+2=7 for the third integer.
\n" ); document.write( "5+3=8 for the last integer.
\n" ); document.write( "Proof:
\n" ); document.write( "5+6+7+8=26
\n" ); document.write( "26=26
\n" ); document.write( "
\n" );