document.write( "Question 124107: Kim has $210 in $5 bills and $20 bills. She has a total of 24 bills. How many $5 bills and how many $20 bills does she have?\r
\n" );
document.write( "\n" );
document.write( "Please show me the step by step solution. Thanks! \n" );
document.write( "
Algebra.Com's Answer #91077 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Kim has $210 in $5 bills and $20 bills. She has a total of 24 bills. How many $5 bills and how many $20 bills does she have? \n" ); document.write( ": \n" ); document.write( "Let x = no. of $5 bills \n" ); document.write( "Let y = no. of $20 bills \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( "\"Kim has $210 in $5 bills and $20 bills.\" \n" ); document.write( " 5x + 20y = 210 \n" ); document.write( ": \n" ); document.write( "\"She has a total of 24 bills.\" \n" ); document.write( " x + y = 24 \n" ); document.write( " x = (24 - y) subtracted y from both sides, we are going to use this for substitution in the 1st equation \n" ); document.write( ": \n" ); document.write( " How many $5 bills and how many $20 bills does she have? \n" ); document.write( ": \n" ); document.write( "Using this equation; 5x + 20y = 210, substitute (24-y) for x, solve for y \n" ); document.write( ": \n" ); document.write( "5(24-y) + 20y = 210 \n" ); document.write( ": \n" ); document.write( "120 - 5y + 20y = 210; multiplied what's inside the brackets \n" ); document.write( ": \n" ); document.write( "-5y + 20y = 210 - 120; subtracted 120 from both sides \n" ); document.write( ": \n" ); document.write( "15y = 90 \n" ); document.write( "y = \n" ); document.write( "y = 6 ea $20 bills \n" ); document.write( ": \n" ); document.write( "We know x = 24 - y; substitute 6 for y \n" ); document.write( "x = 24 - 6 \n" ); document.write( "x = 18 ea $5 bills \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check our solution in the $equation \n" ); document.write( "18(5) + 6(20) = \n" ); document.write( "90 + 120 = 210; confirms our solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Was this step-by-step enough for you? Any questions? \n" ); document.write( " |