document.write( "Question 109839: If I paid $350 and used 16 bills of $5 and $50, write two equations to determine how many $5. and $50 bills i used \n" ); document.write( "
Algebra.Com's Answer #80032 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
x = number of $5 bills
\n" ); document.write( "y = number of $50 bills
\n" ); document.write( "\"5x+%2B+50y+=+350\"
\n" ); document.write( "\"x+%2B+y+=+16\"
\n" ); document.write( "
\n" );