B, 224in2
It may get tedious but just find the area of each face and write them down
Given that the team starts with a score of 0, after skipping 8 turns they would have 8 points deducted and thus end up with a score of -8. Now if they guess 6 answers correctly this would add 6 points to their score and so they would end up with -8 + 6 = -2 points.
Answer: Line 1: (2, 3) , (4, 12)
m = (12 - 3)/(4 - 2) = 9/2 This is the slope of the line
y = (9/2)x + b
3 = (9/2)(2) + b
3 = 9 + b
b = -6
y = (9/2)x - 6
Line 2: (5, 10) , (14,8)
m = (8 - 10)/(14 - 5) = -2/9
this slope is the opposite sign, and inverse of the first equation's slope. Therefore, the line is perpendicular.
y = mx + b
8 = (-2/9)(14) + b
8 = -28/9 + b
11.11 = b
y = (-2/9)x + 11.11
Step-by-step explanation: Hope this helps :)