Although the post is silent on what Dy is, I will assume that Dy is the determinant of a matrix
from the "Cramer's rule" / "Cramer's solution".
Solution
Step 1. Write the system in the canonical form
-4x + 7y = 1
2x + 5y = 25
Step 2. Write the coefficient matrix of the system
A = Step 3. In matrix A, replace the second column by the right side vector
Ay = .
Step 4. Now Dy is the determinant of the matrix Ay
Dy = det(Ay) = -4*25 - 2*1 = - 100 - 2 = -102. ANSWER