Sandrine2u said:
I [don't] get how 28a and 12c were selected.
Two different dollar amounts comprise the total bill of $3864, for this group of 254 zoo visitors.
One amount is the cost for all of the adults; the other amount is the cost for all of the children.
The product
28a represents the total cost for all of the adult tickets.
Remember? We designated the symbol
a to represent the
number of adult tickets.
a tickets times
28 dollars (each) gives the cost for all of the adult tickets:
28a dollars.
Likewise, the product 12c represents the rest of the bill (i.e., 12c dollars is the cost for all of the children's tickets).
Therefore, 28a dollars plus 12c dollars must equal the total cost of the bill. I hope that the second equation makes sense to you, now. If you are still uncertain, please ask specific questions.
a + c = 254
28a + 12c = 3864
I don't know what's "quick" (use a calculator that has been programmed to do it for you, perhaps?), but I do know "accurate".
"Accurate" is what you get when you properly execute algorithmic steps from a method that you understand.
My point is that
learning methods comes first;
comparisons between methods come second.
I will use the Substitution Method to solve an example system for you. (You should also check out the link provided by Subhotosh; one does not develop understanding about this stuff from a single exposure.)
x + y = 36
44x - 70y = 1128
Step 1: Solve the first equation for y, in order to find an equivalent expression for y that contains no symbols "y".
y = 36 - x
Step 2: Replace the symbol y in the second equation with its equivalent expression (36 - x), in order to obtain an equation that contains only the variable x.
44x - 70(36 - x) = 1128
Step 3: Solve this new equation for x, in the usual way.
x = 32
Step 4: Substitute this x-value into the equivalent expression for y, to evaluate y.
y = 36 - x
y = 36 - 32
y = 4
Step 5: Check the solution x = 32 and y = 4 by substitution into the original system, to make sure that these values produce true statements.
x + y = 36
32 + 4 = 36
36 = 36
44x - 70y = 1128
44(32) - 70(4) = 1128
1408 - 280 = 1128
1128 = 1128
I welcome specific questions.