document.write( "Question 505562: please help me solve this problem
\n" );
document.write( "Sabina goes to a bank and gets change for a $50 bill consisting of all $5 bills and $1 bills. There are 22 bills in all. How many of each kind are there. \n" );
document.write( "
Algebra.Com's Answer #339916 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x=number of $5 bills and y=number of ones \n" ); document.write( "5x+y=50 \n" ); document.write( "x+y=22 \n" ); document.write( "--------Subtract \n" ); document.write( "4x=28 \n" ); document.write( ". \n" ); document.write( "x=7 \n" ); document.write( "y=15 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |