Question 1033682
Write a system of equations to model each situation. Then use your system to solve. 
---------------------
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?
# of novelists = 5x
# of poets = 3x
----------
Equation:
5x + 3x = 24
8x = 24
x = 3
-------
# of novelists = 5x = 5*3 = 15
# of poets = 3x = 3*3 = 9
---------------------
 
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?
Quantity Eq:: n + q = 15 coins
Value Eq::   5n+25q = 275 cents
------------------------------------
n + q = 15
n + 5q = 55
--------------------
Subtract and solve for "q"::
4q = 40
q = 10 (# of quarters)
----
n = 15-10 = 5 (# of nickels)
--------------------------------
Cheers,
Stan H.
----------------