Answer:
Price per large envelope = $1.42 (option A)
Price of each postcard = $0.35 (not asked for in this specific question)
Step-by-step process for solution given below
Explanation:
The first thing to do for this problem and other similar problems is to set up the system of linear equations to be solved
We start with the unknowns and provide variable names for these unknowns
There are two unknowns here - the cost of each postcard and the cost of each large envelope
Let
x = cost of one postcard
y = cost of one large envelope
Customer 1 bought 14 postcards(cost = 14x) and 5 envelops(cost = 5y) for a total cost of $12
We can set up this as an equation:
12x + 5y = 12 ............ [1]
Customer 2 bought 10 postcards(cost = 10x) and 15 envelops(cost = 15y) for a total cost of $24.80
This translates to the following equation:
10x + 15y = 24.80 .... [2]
Let's re-write these equations one below the other for easier solution:
![\begin{amatrix}14x+5y=12\dots[1]\\ 10x+15y=24.8\dots[2]\end{amatrix}](https://img.qammunity.org/2024/formulas/mathematics/middle-school/iekxlikie2jzzzfo65h648xe66wcom497y.png)
Solving by substitution:
From any one of the above equations, express one variable in terms of the other variable and substitute for that variable in the other equation to solve.
Take equation [1]

Let's express x in terms of y.
Move 5y to the right:


Use this expression in y for x in equation [2]

Multiply throughout by 14:

Substitute y = 1.42 in equation


So the cost of each large envelope was $1.42 and cost of each postcard was $0.35
Answer is option A
Solve by elimination
The idea here is to get the coefficients of one of the variables the same in both equations by multiplying / dividing one or both of the equations by some factor and then add/subtract to isolate the other variable and solve
For equations 1 and 2 do the following
- Multiply 14x+5y=12 by 5 : 70x+25y=60
- Multiply 10x+15y=24.8 by 7 : 70x+105y=173.6
Subtract the equations:

-------------------------------

y = 113.6/80 = 1.42 as before
Substitute for y in equation 1 and solve for x
14x + 5y = 12 => 14x + 5(1.42) = 12
=> 14x + 7.1 = 12
=> 14x = 12 - 7.1
=> 14x = 4.9
=> x = 4.9/14 = 0.35 as before
I personally prefer solving by elimination since solving by substitution involves heavy duty fractional expressions