SOLUTION: 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 peopl
Algebra ->
Coordinate Systems and Linear Equations
-> Lessons
-> SOLUTION: 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 peopl
Log On
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?
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? Found 2 solutions by stanbon, macston:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
----------------
You can put this solution on YOUR website! .
According to rules of posting on this web site, you may ask one question per post. I chose to answer your second question:
.
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?
.
Q=number of quarters; N=number of nickels
Q+N=15
Q=15-N
.
$0.25Q+$0.05N=$2.75
.
$0.25(15-N)+$0.05D=$2.75
$3.75-$0.25N+$0.05N=$2.75
-$0.20N=-$1.00
N=5
.
ANSWER 1: There are 5 nickels.
.
Q=15-N=15-5=10
.
ANSWER 2: There are 10 quarters.
.
CHECK:
.
$0.25Q+$0.05N=$2.75
$0.25(10)+$0.05(5)=$2.75
$2.50+$0.25=$2.75
$2.75=$2.75