Even though we are using variables, we still know that "difference" means subtraction. So, if the larger is x1 and x2, those variables go first. The smaller, y1 and y2 will go second. So our problem will look like this:
(x1 < x2 ? x2 : x1) - (y1 < y2 ? y1 : y2)
I believe the answer is C -4
Edit . . . I might have been wrong haha thinking backwards
Answer:
10x + 5
Step-by-step explanation:
x = some number
10x = 10 multiplied by 'x'
10x+5 = five more than 10 multiplied by some number