document.write( "Question 1140528: A basket of oranges were divided among Tina, Rick and Ken. Tina received 5 more than half of the oranges. Rick received 4 more than half of the remaining oranges. Ken received half of the remainder, plus the last 3 oranges. What percentage of the oranges did Ken receive? \n" ); document.write( "
Algebra.Com's Answer #761109 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A basket of oranges were divided among Tina, Rick and Ken. \n" ); document.write( "A = t + r + k \n" ); document.write( " Tina received 5 more than half of the oranges. \n" ); document.write( "t = .5A + 5 Tina's amt \n" ); document.write( "then \n" ); document.write( "A - (.5A+5) \n" ); document.write( "(.5A-5) = amt remaining \n" ); document.write( " Rick received 4 more than half of the remaining oranges. \n" ); document.write( "r = .5(.5A - 5) + 4 \n" ); document.write( "r = .25A - 2.5 + 4 \n" ); document.write( "r = .25A + 1.5 Ricks amt \n" ); document.write( "then \n" ); document.write( "(.5A-5)-(.25A+1.5) \n" ); document.write( ".5A - .25A - 5 - 1.5 \n" ); document.write( ".25A - 6.5 amt remaining \n" ); document.write( " Ken received half of the remainder, plus the last 3 oranges. \n" ); document.write( "k = .5(.25A-6.5) + 3 \n" ); document.write( "k = .125A - 3.25 + 3 \n" ); document.write( "k = .125A - .25 Kens amt \n" ); document.write( "Find A, the sum of all 3 amts \n" ); document.write( "A = (.5A + 5)+(.25A+1.5)+(.125A-.25) \n" ); document.write( "A = .5A + .25A + .125A + 5 + 1.5 - .25 \n" ); document.write( "A = .875A + 6.25 \n" ); document.write( "A - .875A = 6.25 \n" ); document.write( ".125A = 6.25 \n" ); document.write( "A = 6.25/.125 \n" ); document.write( "A = 50 total oranges \n" ); document.write( ": \n" ); document.write( " What percentage of the oranges did Ken receive? \n" ); document.write( "k = .125(50)-. 25 \n" ); document.write( "k = 6 oranges \n" ); document.write( "Find the percentage: 6/50 * 100 = 12% \n" ); document.write( " |