document.write( "Question 1202534: Marcel has a jar filled with one and five dollar bills. The jar contains 34 bills and totals $110. How many bills of each type does he have?\r
\n" );
document.write( "\n" );
document.write( "Number of one dollar bills\r
\n" );
document.write( "\n" );
document.write( "Number of five dollar bills \n" );
document.write( "
Algebra.Com's Answer #837429 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Marcel has a jar filled with one and five dollar bills. The jar contains 34 bills and totals $110. How many bills of each type does he have? \n" ); document.write( "------------------ \n" ); document.write( "N + F = 34 --- # of bills \n" ); document.write( "N + 5F = 110 --- sum of bills \n" ); document.write( "---- \n" ); document.write( "Can you do the rest? \n" ); document.write( " |