document.write( "Question 103106: Don runs a charity fruit sale, selling boxes of oranges for $11 and boxes of grapefruit for $10. If he sold a total of 762 boxes and his total income was $8125, how many boxes of oranges did he sell.\r
\n" );
document.write( "\n" );
document.write( "X= boxes of oranges y=boxes of grapefruit
\n" );
document.write( "$11x+10y=$8125\r
\n" );
document.write( "\n" );
document.write( "this is as far as I've gotten in attempting to solve the problem. \n" );
document.write( "
Algebra.Com's Answer #75043 by doukungfoo(195)![]() ![]() You can put this solution on YOUR website! So far so good. \n" ); document.write( "You have the first equation set up correctly: \n" ); document.write( "11x+10y=8125 \n" ); document.write( "Now we need to write another equation from the given information. \n" ); document.write( "Given: Don sold a total of 762 boxes. \n" ); document.write( "So if x = boxes of oranges \n" ); document.write( "and y = boxes of grapefruit \n" ); document.write( "then \n" ); document.write( "x + y = 762 \n" ); document.write( "Now we have a system of equations that we can use to solve for x and y \n" ); document.write( "First equation: 11x + 10y = 8125 \n" ); document.write( "Second equation: x + y = 762 \n" ); document.write( "Set the the second equation equal to x \n" ); document.write( "x + y = 762 \n" ); document.write( "x = 762 - y \n" ); document.write( "Now that we have x equal to 762-y we can subsitute that into the first equation and solve for y \n" ); document.write( "11x + 10y = 8125 \n" ); document.write( "11(762-y) + 10y = 8125 \n" ); document.write( "8382 - 11y + 10y = 8125 \n" ); document.write( "8382 - y = 8125 \n" ); document.write( "-y = -257 \n" ); document.write( "y = 257 \n" ); document.write( "Answer: Don sold 257 boxes of grapefruit \n" ); document.write( "Now use this to find the number of orange boxes sold \n" ); document.write( "x + y = 762 \n" ); document.write( "x + 257 = 762 \n" ); document.write( "x = 505 \n" ); document.write( "Answer: Don sold 505 boxes of oranges \n" ); document.write( "Check both answers in both equations \n" ); document.write( "first equation: \n" ); document.write( "11x + 10y = 8125 \n" ); document.write( "11(505) + 10(257) = 8125 \n" ); document.write( "5555 + 2570 = 8125 \n" ); document.write( "8125 = 8125 \n" ); document.write( "Good that works now try the second equation \n" ); document.write( "x + y = 762 \n" ); document.write( "505 + 257 = 762 \n" ); document.write( "762 = 762 \n" ); document.write( "that works too so we know that we have correctly solved this problem.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |