document.write( "Question 1206119: Hi
\n" );
document.write( "Haresh gave 40% of his money and an additional $5 to Bob. He gave 75% of his remaining money and an additional $6 to Karen. The amount of money haresh had at the end was $44 less than what he gave to Karen. Find the amount haresh gave to Bob.
\n" );
document.write( "This is word for word from my sons textbook. \n" );
document.write( "
Algebra.Com's Answer #843359 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A = amount Haresh starts with \n" ); document.write( "B = amount Haresh has leftover after giving some amount to Bob (before giving anything to Karen) \n" ); document.write( "C = amount Haresh has leftover after giving some amount to Karen (and Bob previously)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In other words, Haresh will have bank balances of A,B, and C in that order after giving to Bob first and then Karen next.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.4A+5 = amount given to Bob \n" ); document.write( "B = A - (0.4A+5) \n" ); document.write( "B = A - 0.4A - 5 \n" ); document.write( "B = 0.6A - 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.75B + 6 = amount given to Karen \n" ); document.write( "C = B - (0.75B+6) \n" ); document.write( "C = B - 0.75B - 6 \n" ); document.write( "C = 0.25B - 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C = (amount given to Karen) - 44 \n" ); document.write( "C = (0.75B + 6) - 44 \n" ); document.write( "C = 0.75B - 38\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We determine that \n" ); document.write( "C = 0.25B - 6 \n" ); document.write( "and \n" ); document.write( "C = 0.75B - 38\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Equate the right hand sides so we can determine B. \n" ); document.write( "0.75B - 38 = 0.25B - 6 \n" ); document.write( "0.75B - 0.25B = -6 + 38 \n" ); document.write( "0.50B = 32 \n" ); document.write( "B = 32/0.50 \n" ); document.write( "B = 64 \n" ); document.write( "Haresh will have $64 after giving some amount to Bob, but this is before Haresh gives any money to Karen.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this value of B to find A. \n" ); document.write( "B = 0.6A - 5 \n" ); document.write( "64 = 0.6A - 5 \n" ); document.write( "64+5 = 0.6A \n" ); document.write( "69 = 0.6A \n" ); document.write( "A = 69/0.6 \n" ); document.write( "A = 115 \n" ); document.write( "Haresh started with $115.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's use the value of B to find C. \n" ); document.write( "C = 0.25B - 6 \n" ); document.write( "C = 0.25*64 - 6 \n" ); document.write( "C = 16 - 6 \n" ); document.write( "C = 10 \n" ); document.write( "Haresh ends up with $10 after giving some amounts to Bob and Karen. \n" ); document.write( "Or we can compute it like this: \n" ); document.write( "C = 0.75B - 38 \n" ); document.write( "C = 0.75*64 - 38 \n" ); document.write( "C = 48 - 38 \n" ); document.write( "C = 10 \n" ); document.write( "Or like this: \n" ); document.write( "C = 0.15A - 7.25 \n" ); document.write( "C = 0.15*115 - 7.25 \n" ); document.write( "C = 17.25 - 7.25 \n" ); document.write( "C = 10 \n" ); document.write( "You only need to use one equation to find C, but it helps to check multiple equations to ensure we get the same result each time.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To summarize, \n" ); document.write( "A = 115 = amount Haresh started with \n" ); document.write( "B = 64 = amount Haresh has left after he gives some money to Bob (before Karen gets any money) \n" ); document.write( "C = 10 = amount Haresh has left after giving some money to Karen (Bob already got his gift)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The gap from A to B is A-B = 115-64 = 51 dollars which is the amount Haresh gave to Bob. \n" ); document.write( "Note 40% of 115 = 0.40*115 = 46 dollars is given to Bob and then another extra $5, so that's 46+5 = 51 dollars total given to Bob.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The gap from B to C is B-C = 64-10 = 54 dollars which is the amount given to Karen. \n" ); document.write( "75% of what Haresh has left (the $64) is 0.75*64 = 48 dollars is given to Karen, in addition to another extra $6. So she gets 48+6 = 54 dollars. \n" ); document.write( "Haresh ultimately ends up with 64 - 54 = 10 dollars. \n" ); document.write( "Notice $10 is $44 less than what he gave to Karen (she got $54). \n" ); document.write( "This helps us verify the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another way to confirm the answer is to use a spreadsheet as shown here \n" ); document.write( "https://docs.google.com/spreadsheets/d/145sUDhOxWyWCcL4awl6FTGExxgmIxKLaN8802JNTDZQ/edit?usp=sharing \n" ); document.write( "You do not need a Google account to access this spreadsheet. \n" ); document.write( "Click any cell to see what formula I used for it. The formula bar is at the top.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: $51 \n" ); document.write( " \n" ); document.write( " |