document.write( "Question 515516: Brandon has $140 in his pocket, consisting of $20, $10 and $5 bills. The number of $20 bills is two less than the number of $5 bills. If he has 13 bills in his pocket, how many of each denomination does he have? \n" ); document.write( "
Algebra.Com's Answer #344056 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = number of $5 bills \n" ); document.write( "5x = value of the $5 bills in dollars \n" ); document.write( "y = number of $10 bills \n" ); document.write( "10y = value of the $10 bills in dollars \n" ); document.write( "z = number of $20 bills \n" ); document.write( "20z = value of the $20 bills in dollars \n" ); document.write( ". \n" ); document.write( "x + y + z = 13 \n" ); document.write( ". \n" ); document.write( "5x + 10y + 20z = 140 \n" ); document.write( ". \n" ); document.write( "z = x-2 \n" ); document.write( ". \n" ); document.write( "substitute \n" ); document.write( ". \n" ); document.write( "x +y +x-2 = 13 \n" ); document.write( "2x +y = 15 \n" ); document.write( ". \n" ); document.write( "5x + 10y +20(x-2) = 140 \n" ); document.write( "5x +10y +20x -40 = 140 \n" ); document.write( "25x +10y= 180 \n" ); document.write( "5x +2y = 36 \n" ); document.write( ". \n" ); document.write( "2x +y = 15 \n" ); document.write( "5x +2y = 36 \n" ); document.write( ". \n" ); document.write( "4x +2y = 30 \n" ); document.write( "5x +2y = 36 \n" ); document.write( "------------ \n" ); document.write( "-x = -6 \n" ); document.write( "x = 6 \n" ); document.write( ". \n" ); document.write( "z = x-2 \n" ); document.write( "z = 4 \n" ); document.write( ". \n" ); document.write( "x + y + z = 13 \n" ); document.write( "6 + y + 4 = 13 \n" ); document.write( "y = 3 \n" ); document.write( ". \n" ); document.write( "Check values to make sure this is $140 \n" ); document.write( ". \n" ); document.write( "5*6 = 30 \n" ); document.write( "10*3 = 30 \n" ); document.write( "20*4 = 80 \n" ); document.write( "30 + 30 + 80 = 140 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: He has 6 $5 bills, 3 $10 bills, and 4 $20 bills. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |