The Powershell and The Glory

I don’t know why but the answer seems to be wrong for question 3.
I used the command - (Get-Service | Where-Object {$_.Status -eq “Running”}).Length
I got 69 as the output but system is accepting 67 as answer.
Capture