document.write( "Question 1151877: Jennifer has a large sum of money in hundred dollar bills, fifty dollar bills, ten dollar bills and five dollar bills. She has seven fewer hundreds than fifties and thirty more fives than fifties. She has one more than twice as many tens than fifties. \n" ); document.write( "
Algebra.Com's Answer #773735 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It sounds like you're trying to find how many bills there are. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let, \n" ); document.write( "H = number of hundred dollar bills \n" ); document.write( "F = number of fifty dollar bills \n" ); document.write( "T = number of ten dollar bills \n" ); document.write( "V = number of five dollar bills\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Given Facts \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From fact 1, we can say \n" ); document.write( "H = F-7 \n" ); document.write( "call this equation (1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Fact 2 translates into \n" ); document.write( "V = F+30 \n" ); document.write( "call this equation (2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and fact 3 means \n" ); document.write( "T = 2F+1 \n" ); document.write( "basically whatever amount of fifties we have, double it and add 1 to get the amount of tens \n" ); document.write( "call this equation (3)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Based on the variables we set up, \n" ); document.write( "100H = total value of all the hundred dollar bills \n" ); document.write( "50F = total value of all the fifty dollar bills \n" ); document.write( "10T = total value of all the ten dollar bills \n" ); document.write( "5V = total value of all the five dollar bills\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let, \n" ); document.write( "A = total amount of money in dollars \n" ); document.write( "This is equal to the sum of the previous subtotals \n" ); document.write( "A = 100H+50F+10T+5V\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now apply various steps of substitution and simplify. \n" ); document.write( "A = 100H+50F+10T+5V \n" ); document.write( "A = 100(F-7)+50F+10T+5V ... replace H with F-7 (equation (1)) \n" ); document.write( "A = 100F-700+50F+10T+5V ... distribute \n" ); document.write( "A = 100F+50F+10T+5V-700 \n" ); document.write( "A = 150F+10T+5V-700 \n" ); document.write( "A = 150F+10T+5(F+30)-700 ... replace V with F+30 (equation (2)) \n" ); document.write( "A = 150F+10T+5F+150-700 ... distribute \n" ); document.write( "A = 150F+5F+10T+150-700 \n" ); document.write( "A = 155F+10T-550 \n" ); document.write( "A = 155F+10(2F+1)-550 ... replace T with 2F+1 (equation (3)) \n" ); document.write( "A = 155F+20F+10-550 ... distribute \n" ); document.write( "A = 175F-540 \n" ); document.write( "We have established a direct connection between the number of fifties (F) and the total amount of money in dollars (A).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we knew the value of F, then can calculate A. \n" ); document.write( "If we knew the value of A, then we could solve for F. \n" ); document.write( "If we knew the value of F, then we could find the other values H, T, and V. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Unfortunately at this point is where we don't have enough information to solve. I would double check with the teacher to make sure you have all of the info needed to solve the problem. I have a feeling the phrasing \"Jennifer has a large sum of money\" should be more specific as to how much money she has (either the total dollar amount or the total number of bills). \n" ); document.write( " \n" ); document.write( " |