document.write( "Question 1186897: Another difficult question, please help.
\n" );
document.write( "A factory produced some muffins. Half of the muffins were chocolate. The
\n" );
document.write( "rest of the muffins were vanilla and blueberry in the ratio of 5:7. There were
\n" );
document.write( "1 800 more chocolate muffins than blueberry muffins. What was the total number
\n" );
document.write( "of muffins produced by the factory? \n" );
document.write( "
Algebra.Com's Answer #817860 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"The rest of the muffins were vanilla and blueberry in the ratio of 5:7\" \n" ); document.write( "Given that ratio... \n" ); document.write( "Let 5x = # of vanilla muffins \n" ); document.write( "Let 7x = # of blueberry muffins \n" ); document.write( "(NOTE: That is almost always a good way to start on a problem where a ratio like 5:7 is given.) \n" ); document.write( "\"Half of the muffins were chocolate.\" \n" ); document.write( "That means the number of chocolate muffins is equal to the total number of vanilla and blueberry muffins. So... \n" ); document.write( "Let 12x = # of chocolate muffins \n" ); document.write( "\"There were 1800 more chocolate muffins than blueberry muffins.\" \n" ); document.write( "Change to wording so it reads exactly like an algebraic equation: \n" ); document.write( "The number of chocolate muffins was 1800 more than the number of blueberry muffins. \n" ); document.write( "12x = 7x+1800 \n" ); document.write( "Solve for x using basic algebra. Then the answer (total number of muffins) is 24x. \n" ); document.write( " \n" ); document.write( " |