document.write( "Question 23369: Please help
\n" );
document.write( "I am really stumped with this problem\r
\n" );
document.write( "\n" );
document.write( "The sum of two consecutive numbers is equal to nine more than eight times the smaller number \n" );
document.write( "
Algebra.Com's Answer #12153 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let smaller number be \"x\" \n" ); document.write( "Then next consecutive number is \"x+1\" \n" ); document.write( "The sum of the two is 2x+1 \n" ); document.write( "\"nine more than eight times the smaller\" is 8x+9 \n" ); document.write( "EQUATION: \n" ); document.write( "2x+1 = 8x+9 \n" ); document.write( " -6x=8 \n" ); document.write( " x= -4/3 \n" ); document.write( " x+1 = -4/3+3/3= -1/3\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |