document.write( "Question 987828: Mr. Perkins cashed a $185 check at his bank. He received $1 bills, $5 bills, and $10 bills. In this order, the numbers of the three types of bills he received were three consecutive integers. How many bills of each did he receive? \n" ); document.write( "
Algebra.Com's Answer #807952 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-1)(1) + x(5) + (x+1)(10) = 185
\n" ); document.write( "(x - 1) + 5x + (10x + 10) = 185
\n" ); document.write( "16x + 9 = 185
\n" ); document.write( "x = 11\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Mr. Perkins received 10 $1 bills, 11 $5 bills, and 12 $10 bills.
\n" ); document.write( "
\n" );