document.write( "Question 955168: What is the smallest of 3 consecutive positive integers,if the product of the 2 smaller integers is 5 less than 5 times the largest integer? \n" ); document.write( "
Algebra.Com's Answer #583432 by macston(5194)![]() ![]() You can put this solution on YOUR website! Smallest integer=n; middle integer=n+1; largest integer=n+2 \n" ); document.write( "(n)(n+1)=5(n+2)-5 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n=5 ANSWER: The smallest integer is 5. \n" ); document.write( "CHECK: \n" ); document.write( "middle integer=n+1=5+1=6 \n" ); document.write( "largest integer=n+2=5+2=7 \n" ); document.write( "Product of two smaller is 5 less than 5 times larger: \n" ); document.write( "5(6)=5(7)-5 \n" ); document.write( "30=35-5 \n" ); document.write( "30=30 \n" ); document.write( " |