document.write( "Question 469324: When the smaller of two consectutive integers is added to five times the larger, the result is 47. Setting it up is fine I think I can solve it if it's set up right. TY
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #321972 by jorel1380(3719) You can put this solution on YOUR website! n+5(n+1)=47 \n" ); document.write( "n+5n+5=47 \n" ); document.write( "6n=42 \n" ); document.write( "n=7 \n" ); document.write( "n+1=8 \n" ); document.write( "The integers are 7 and 8.. \n" ); document.write( " |