document.write( "Question 834220:  How would I figure out this problem?
\n" );
document.write( "Katie has $880 n $5 bills and $20 bills. If she has four more twenties than fives, how many $20 bills does she have?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #502868 by Theo(13342)     You can put this solution on YOUR website! She has a total of $880 in five dollar bills and 20 dollar bills. \n" ); document.write( "she has four more twenties than fives. \n" ); document.write( "how many 20 dollar bills does she have.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = number of 5 dollar bills and y = number of 20 dollar bills.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x + 20y = 880 is your first equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this equation is the equation that counts up the total money based on the different bills that she has.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x + 4 is your second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this equation give you the relationship between the number of five dollar bills she has and the number of 20 dollar bills that she has.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 2 equations that need to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x + 20y = 880 \n" ); document.write( "y = x + 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute y = x + 4 for y in the first equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x + 20(x + 4) = 880\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x in this equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with: \n" ); document.write( "5x + 20(x+4) = 880 \n" ); document.write( "simplify to get: \n" ); document.write( "5x + 20x + 80 = 880 \n" ); document.write( "combine like terms to get: \n" ); document.write( "25x + 80 = 880 \n" ); document.write( "subtract 80 from both sides of this equation to get: \n" ); document.write( "25x = 800 \n" ); document.write( "divide both sides of this equation by 25 to get: \n" ); document.write( "x = 800 / 25 = 32\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the number of 5 dollar bills. \n" ); document.write( "since y = x + 4, then y = 36 = the number of 20 dollar bills.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so x = 32 and y = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she has 32 five dollar bills and 36 twenty dollar bills.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "32 * 5 = 160 dollars \n" ); document.write( "36 * 20 = 720 dollars \n" ); document.write( "720 + 160 = 880 dollars\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "numbers check out and the solution is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she has 32 five dollar bills and 36 twenty dollar bills. \n" ); document.write( " \n" ); document.write( " |