document.write( "Question 1006944: Find three consecutive numbers, that if you times the first number by two and then add the last number together it would equal 47.
\n" );
document.write( "e.g.
\n" );
document.write( "(((2a+c = 47))) \n" );
document.write( "
Algebra.Com's Answer #622976 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find three consecutive numbers, that if you times the first number by two and then add the last number together it would equal 47. \n" ); document.write( "e.g. \n" ); document.write( "(((2a+c = 47))) \n" ); document.write( "----------- \n" ); document.write( "You can use n, n+1 & n+2 \n" ); document.write( "--> 2n + n+2 = 47 \n" ); document.write( "3n = 45 \n" ); document.write( "n = 15 \n" ); document.write( "--> 15, 16, 17 \n" ); document.write( " |