document.write( "Question 1033682: Write a system of equations to model each situation. Then use your system to solve.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1) A writing workshop enrolls novelists and poets in a ration of 5 to 3. There are 24 people at the workshop. How many novelists are there? How many poets?\r
\n" );
document.write( "\n" );
document.write( "2) You have 15 coins in your pocket that are either quarters or nickels. They total $2.75. How many of each coin do you have? \n" );
document.write( "
Algebra.Com's Answer #648337 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write a system of equations to model each situation. Then use your system to solve. \n" ); document.write( "--------------------- \n" ); document.write( "1) A writing workshop enrolls novelists and poets in a ration of 5 to 3. There are 24 people at the workshop. How many novelists are there? How many poets? \n" ); document.write( "# of novelists = 5x \n" ); document.write( "# of poets = 3x \n" ); document.write( "---------- \n" ); document.write( "Equation: \n" ); document.write( "5x + 3x = 24 \n" ); document.write( "8x = 24 \n" ); document.write( "x = 3 \n" ); document.write( "------- \n" ); document.write( "# of novelists = 5x = 5*3 = 15 \n" ); document.write( "# of poets = 3x = 3*3 = 9 \n" ); document.write( "--------------------- \n" ); document.write( " \n" ); document.write( "2) You have 15 coins in your pocket that are either quarters or nickels. They total $2.75. How many of each coin do you have? \n" ); document.write( "Quantity Eq:: n + q = 15 coins \n" ); document.write( "Value Eq:: 5n+25q = 275 cents \n" ); document.write( "------------------------------------ \n" ); document.write( "n + q = 15 \n" ); document.write( "n + 5q = 55 \n" ); document.write( "-------------------- \n" ); document.write( "Subtract and solve for \"q\":: \n" ); document.write( "4q = 40 \n" ); document.write( "q = 10 (# of quarters) \n" ); document.write( "---- \n" ); document.write( "n = 15-10 = 5 (# of nickels) \n" ); document.write( "-------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " \n" ); document.write( " |