document.write( "Question 934142: Nicole has $100 and $500. The number of $500 bills is 15 more than the number of $100 bills. If she has a total of $26 700, how many pieces of bills does she have? \n" ); document.write( "
Algebra.Com's Answer #567248 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the number of $100 bills. The number of $500 bills \"x%2B15\"
\n" ); document.write( "100x + 500(x+15) = $26700
\n" ); document.write( "600x = 26700 - 15(500)
\n" ); document.write( "600x = 19200
\n" ); document.write( "x = 32, the number of $100 bills. The number of $500 bills is 47 \"32%2B15\"
\n" ); document.write( "And...checking
\n" ); document.write( "$3200 + $23500 =$26700
\n" ); document.write( "
\n" );