document.write( "Question 67231This question is from textbook Advanced mathematics
\n" );
document.write( ": The coach purchased b balls for d dollars. If each ball had cost $2 more, how many balls could the coach have purchased for $200? \n" );
document.write( "
Algebra.Com's Answer #47802 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The coach purchased b balls for d dollars. If each ball had cost $2 more, how many balls could the coach have purchased for $200? \n" ); document.write( "-------------- \n" ); document.write( "The original purchase cost d/b dollars per ball \n" ); document.write( "If each cost $2 more they each cost d/b+2 \n" ); document.write( "How many could be bought at this price for $200? \n" ); document.write( "Ans: 200/[d/b + 2] \n" ); document.write( "=200/[(d+2b)/2] \n" ); document.write( "=400/[d+2b] is the number of balls that can be bought at the new price. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |