The error occurs at step 3 when 2n + 7 is multiplied by 50. The result should have 100n + 350 which should be used for further calculations. But in step 3, it shows 100n +7 which indicates the multiplication with 50 influenced only the first variable 2n and not the second one which was 7. Hence the calculation error occurred in step 3.