document.write( "Question 101019: Biotech Company is selling their product in single units for $4.17 each and in bulk bundles of 10 which cost $25.85 per bundle.
\n" );
document.write( "They sell 829 units of their product in one day which gives them a gross revenue of $2,426.68.
\n" );
document.write( "How many single units and how many bundles did they sell that day?\r
\n" );
document.write( "\n" );
document.write( "here is what i have so far:\r
\n" );
document.write( "\n" );
document.write( "4.17x + 25.85y = 2426.68
\n" );
document.write( "x + y = 829\r
\n" );
document.write( "\n" );
document.write( "for some reason i can't get the answer to work out. \n" );
document.write( "
Algebra.Com's Answer #73524 by doukungfoo(195)![]() ![]() You can put this solution on YOUR website! your first equation is correct but the second one is wrong \n" ); document.write( "It should be \n" ); document.write( "x + 10y = 829\r \n" ); document.write( "\n" ); document.write( "Reason is because y is equal to bundles of 10. \n" ); document.write( "So to find out how many single units were sold in all the bundles sold \n" ); document.write( "you have to multiply number of bundles (y) times 10 (# of single units in each bundle)\r \n" ); document.write( "\n" ); document.write( "y = number of bundles (bundles contain 10 units) \n" ); document.write( "x = single unit\r \n" ); document.write( "\n" ); document.write( "Ok so here are the two equations: \n" ); document.write( "4.17x + 25.85y = 2426.68 \n" ); document.write( "and \n" ); document.write( "x + 10y = 829\r \n" ); document.write( "\n" ); document.write( "Start with the second equation. Set it equal to x \n" ); document.write( "x = 829 - 10y \n" ); document.write( "now use this value of x in the first equation so \n" ); document.write( "4.17(x) + 25.85y = 2426.68 \n" ); document.write( "4.17(829 - 10y) + 25.85y = 2426.68 \n" ); document.write( "3456.93 - 41.7y + 25.85y = 2426.68 \n" ); document.write( "3456.93 - 15.85y = 2426.68 \n" ); document.write( "-15.85y = 2426.68 - 3456.93 \n" ); document.write( "-15.85y = -1030.25 \n" ); document.write( "y = 65 \n" ); document.write( "Ok at this point we have solved for y which is the number of bundles \n" ); document.write( "So 65 bundles\r \n" ); document.write( "\n" ); document.write( "Now we can take this value for y and plug it into the second equation to \n" ); document.write( "find the number of single units sold (x) \n" ); document.write( "x + 10y = 829 \n" ); document.write( "x + 10(65) = 829 \n" ); document.write( "x + 650 = 829 \n" ); document.write( "x = 179 \n" ); document.write( "So the number of single units sold is 179\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I got 65 bundles and 179 single units sold. \n" ); document.write( "so \n" ); document.write( "179 + 10(65) = 829\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |