document.write( "Question 1097373: 2. An envelope contains 26 money bills in $500 and $1,000 denominations. The amount of $500 bills is 30% of the total amount of money in the envelope. How many bills of each denomination are in the envelope? \n" ); document.write( "
Algebra.Com's Answer #711789 by ikleyn(52800)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let \"x\" be the number of $500 bills.\r\n" );
document.write( "\r\n" );
document.write( "Then the number of the $1000 bills is (26-x).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The condition says\r\n" );
document.write( "\r\n" );
document.write( "500x = 0.3*(500x + 1000*(26-x)).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for x:\r\n" );
document.write( "\r\n" );
document.write( "500x = 150x + 7800 - 300x,\r\n" );
document.write( "\r\n" );
document.write( "500x - 150x + 300x = 7800,\r\n" );
document.write( "\r\n" );
document.write( "650x = 7800  ====>  x = \"7800%2F650\" = 12.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  12 $500 bills and (26-12) = 14 $1000 bills.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );