You can formulate your own equations by analyzing the given problem and its statements. You can do some illustrations so you can understand it better. Introduce some variables and the rest is algebra. For example:
An orange costs $2 while a banana costs $1.5. How many oranges and bananas do you have to buy such that the total cost would equal to $20. You bought a total of 12 fruits.
First, you have to introduce variables. Let 'x' be the number of oranges and 'y' be the number of bananas. One equation you can get from here is knowing the amount of total cost: 2x + 1.5y = 20. Then, the other equation would be knowing the amount of fruits: x+y=12. You have two unknowns and two equations. Hence, you can solve the problem. Solving them simultaneously, you would get that x=4 and y=8.
Answer:
The bracelet will cost 85$ and it'll have 2 charms.
Step-by-step explanation:
In order to find the total cost of the bracelet and how many charms it'd be we need to build an equation for each store. So we have:
Oak Grove:
total cost = 16*charm + 53
Sandoval:
total cost = 27*charm + 31
We then find the number of charm that'll make them equal, since the price has to be the same on both shops:
16*charm + 53 = 27*charm + 31
27*charm - 16*charm = 53 - 31
11*charm = 22
charm = 2
The cost of the bracellet is:
total cost = 27*2 + 31 = 85 $
Hello,
Adding the 2 equations,
x+y+x-y=k+k ==>2x=2k==>x=k
if x=k, y=k-k=0
solution is (k,0)