document.write( "Question 1170238: Bob, Sue, and Fred have $155 all together. Bob has $5 more than Sue and Fred together. If Sue gives Fred $5, he will have twice as much as she does. How much does each person have?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795099 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I definitely would NOT use three variables to solve the problem, as the other tutor did....! \n" ); document.write( "Do some analysis of the problem to figure out how to set up and solve it with much less work. My suggestion.... \n" ); document.write( "(1) Since Bob had $5 more than Sue and Fred together, first divide the total $155 into two parts with one of them $5 more than the other. You can do that mentally (informally), or you can use basic algebra. That will give you $80 for Bob's share and $75 for Sue's and Fred's combined. \n" ); document.write( "(2) Finding Sue's share and Fred's share is a bit more complicated, so formal algebra is probably a good way to go. (Of course, if the speed of getting an answer is important, good old trial and error will probably get you there faster.) \n" ); document.write( "x = Sue's share \n" ); document.write( "75-x = Fred's share \n" ); document.write( "x-5 = Sue's share after giving Fred $5 \n" ); document.write( "80-x = Fred's share after getting $5 from Sue \n" ); document.write( "At this point, Fred has twice as much as Sue: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWERS: \n" ); document.write( "Bob: $80 \n" ); document.write( "Sue: $30 \n" ); document.write( "Fred: $75-$30 = $45 \n" ); document.write( " \n" ); document.write( " |