document.write( "Question 238093: I have 8 stores who have to share the cost of supplies. Their cost is based on their production. The cost of the supply is $207.00.
\n" );
document.write( "Store 1 production is 1,368
\n" );
document.write( "Store 2 production is 2,130
\n" );
document.write( "Store 3 production is 5897
\n" );
document.write( "Store 4 production is 5,400
\n" );
document.write( "Store 5 prod is 4,438
\n" );
document.write( "Store 6 prod is 5,916
\n" );
document.write( "Store 7 prod is 5,880
\n" );
document.write( "Store 8 prod is 5,944
\n" );
document.write( "How do I figure the percentage that each store should pay of the $207.00 cost of the supply \n" );
document.write( "
Algebra.Com's Answer #174968 by Stitch(470)![]() ![]() ![]() You can put this solution on YOUR website! You were given the cost of the total production. $207.00 \n" ); document.write( "The first thing you need to do is add the production of every store together to find the total production. \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To find the pecentage that each store should pay, divide their production by the total production and then multiply that by 100\r \n" ); document.write( "\n" ); document.write( "Example for Store 1: \n" ); document.write( "Store 1 production = 1,368 \n" ); document.write( "Total prodution = 36,973 \n" ); document.write( "Total production cost = $207.00\r \n" ); document.write( "\n" ); document.write( "Store 1 % of cost: \n" ); document.write( "So Store 1 should pay about 3.70% of the $207.00 \n" ); document.write( " |