Jackie has a collection of stamps and coins. The total number of stamps and coins is 81. The number of coins is one more than three times the number of stamps. Find out how many stamps and coins Jackie has. Part A: Write let statements that represent the variables in this situation (2 points) Part B: Set up a system of equations that you can use to solve this problem? (2 points) Part C: Solve the system from (b) by using either substitution or elimination *show all solving steps*. (4 points) Part D: Write a solution statement answering the question

Respuesta :

Answer:

Jackie collected 61 coins and 20 stamps

Step-by-step explanation:

Solving (a): Variable representation

Let the coins be represented with c

Let the stamps be represented with s

Solving (b): Setup equation

Total is 81. This implies that:

[tex]s + c = 81[/tex]

Also:

[tex]c = 1 + 3s[/tex]

Solving (c): Solve the system

Substitute 1 + 3s for c in [tex]s + c = 81[/tex]

[tex]s + 1 + 3s = 81[/tex]

Collect Like Terms

[tex]s + 3s = 81-1[/tex]

[tex]4s= 80[/tex]

Divide both sides by 4

[tex]s = \frac{80}{4}[/tex]

[tex]s= 20[/tex]

Substitute 20 for s in [tex]c = 1 + 3s[/tex]

[tex]c = 1 + 3 * 20[/tex]

[tex]c = 1 + 60[/tex]

[tex]c = 61[/tex]

Solving (d): Solution statement

Jackie collected 61 coins and 20 stamps