document.write( "Question 761344: There are 3 consecutive numbers. When the product of these is divided by each of them in turn, the sum of quotients will be 74. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #463185 by pbdesai(4)![]() ![]() ![]() You can put this solution on YOUR website! Answer is number-4,5 and 6. \n" ); document.write( "Solution-abc/a + abc/b + abc/c = 74 \n" ); document.write( "bc+ac+ab= 74 \n" ); document.write( "b(b+1) + (b-1)(b+1) + (b-1)b= 74 \n" ); document.write( "bb +bb+ bb -1= 74 \n" ); document.write( "3bb= 75 \n" ); document.write( "bb = 25 \n" ); document.write( "b= 5. \n" ); document.write( " |