That is easy!! :)
y=3 and x=-7
When you find the factors of something like this, you have to just get the letter alone.
For example: y-3. You have to first write it as y-3=0, then you add 3 from BOTH sides of the = so that you can make the -3 go away and y will be alone. So, it will look like this: y-3+3=0+3. Then, you solve it for y (which just means that you want y by itself on one side of the = ). So, -3+3=0, which means they disappear from that side; since 0+3=3, that's what that side turns into, so what you end up with is y=3
Same thing goes for the x+7 equation:
x+7=0
x+7-7=0-7
x=-7
200 has the same value as 20 tens beucase 20*10=200
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
Answer:
One avocado costs $1 and one tomato costs $0.50
Step-by-step explanation:
Set up a system of equations where t is the number of tomatoes and a is the number of avocados:
4t + 8a = 10
6t + 14a = 17
Solve by elimination by multiplying the top equation by 3 and the bottom equation by -2:
12t + 24a = 30
-12t - 28a = -34
Add them together and solve for a:
-4a = -4
a = 1
Plug in 1 as a into one of the equations and solve for t:
4t + 8a = 10
4t + 8(1) = 10
4t + 8 = 10
4t = 2
t = 0.5
So, one avocado costs $1 and one tomato costs $0.50