
Pick any value for x, like x = 0, plug it into the equation, and get the value for y. For x = 0,
2(0) + y = 5
y = 5
The ordered pair is (0,5). Find other ordered pairs using the same reasoning.
Answer:
see explanation
Step-by-step explanation:
product means to multiply, hence the product of 12 and k is
12 × k = 12k ( this is 84 means equal to 84 ), that is
12k = 84 ( divide both sides by 12 )
k = 7 ← is the solution
1/2x-7=1/3x-4,
1/2x-3=1/3x,
1/2x-1/3x=3
1/6x=3/1/6
Final answer x=18
I hope you understand and best wishes!!
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Answer:\
3
Step-by-step explanation: