a student takes a 50 question test each question is worth 2 points that means the whole test is worth 100 points, and the student loses 2 points for every questioned missed. write an expression to find the student's test score if they get x questions wrong

The expression to find the student's test score if they get x questions wrong is:

Score = (50 - x) * 2 - (x * 2)