document.write( "Question 153481: Please help me with some word problems. I have tried for several hours and cant figure out where to begin. \r
\n" );
document.write( "\n" );
document.write( "A citrus fruit company plans to make 13.25 pound gift box of oranges and grapefruit. Each box cost $21. An orange weighs .5 pound and sells for $.75. Each grapefruit weights .75 pounds and sells for $1.25. How many oranges and grapefruit should be in each box?\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #113043 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A citrus fruit company plans to make 13.25 pound gift box of oranges and grapefruit. Each box cost $21. An orange weighs .5 pound and sells for $.75. Each grapefruit weights .75 pounds and sells for $1.25. How many oranges and grapefruit should be in each box? \n" ); document.write( ": \n" ); document.write( "Let x = no. of oranges \n" ); document.write( "Let y - no. of grapefruits \n" ); document.write( ": \n" ); document.write( "Write two equations, we will use substitution here: \n" ); document.write( ": \n" ); document.write( "The cost equation: \n" ); document.write( ".75x + 1.25y = 21 \n" ); document.write( ": \n" ); document.write( "The weight equation: \n" ); document.write( ".5x + .75y = 13.25 \n" ); document.write( ".5x = 13.25 - .75y \n" ); document.write( "Divide the equation by .5: \n" ); document.write( "x = (26.5 - 1.5y); Substitute this for x in the cost equation. find y: \n" ); document.write( "; \n" ); document.write( ".75(26.5-1.5y) + 1.25y = 21 \n" ); document.write( "19.875 - 1.125y + 1.25y = 21 \n" ); document.write( ".125y = 21 - 19.875 \n" ); document.write( ".125y = 1.125 \n" ); document.write( "y = \n" ); document.write( "y = 9 grapefruits \n" ); document.write( ": \n" ); document.write( "Find x using equation .75x + 1.25y = 21 \n" ); document.write( ".75x + 1.25(9) = 21 \n" ); document.write( ".75x + 11.25 = 21 \n" ); document.write( ".75x = 21 - 11.25 \n" ); document.write( ".75x = 9.75 \n" ); document.write( "x = \n" ); document.write( "x = 13 oranges \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in weight equation \n" ); document.write( ".5x + .75y = 13.25 \n" ); document.write( ".5(13) + .75(9) = \n" ); document.write( "6.5 + 6.75 = 13.25; confirms our solutions \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Did this take some of the mystery out of this? Any questions? \n" ); document.write( " |