document.write( "Question 774248: the sum of two consecutive whole numbers is 91. what are the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #472124 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! One number = x \n" ); document.write( "Second number = x + 1 \n" ); document.write( "x + x + 1 = 91 \n" ); document.write( "2x + 1 = 91 \n" ); document.write( "2x = 91 - 1 \n" ); document.write( "2x = 90 \n" ); document.write( "x = 45 \n" ); document.write( "One number = 45 \n" ); document.write( "Second number = 46 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |