Simple Maths ...

  • Please bear with us on the new site integration and fixing any known bugs over the coming days. If you can not log in please try resetting your password and check your spam box. If you have tried these steps and are still struggling email [email protected] with your username/registered email address
  • Log in now to remove adverts - no adverts at all to registered members!
... 5 points off 2nd with 1 game in hand.

Our next game is against Burton who are 24th.

They've won fewer games than any other team.
Hopefully we can put a little run together now. I was really worried about today, Donny have been on a good run.
I think if we can get right up there one the next few weeks we’ll momentum all the way to the end of the season and hopefully get into an automatic space.
A new owner announcement would definitely give us a lift
 
Still outside the playoffs based on points per game. Need to go on a good run of games but today has shown the top teams drop points and we shouldn't be scared of anyone in this league.

I keep seeing teams being put up as unbeatable ...

... like Doncaster who were absolutely shyte today.
 
Code:
#include <stdio.h>

int main ()
{
   double Wyke_played, SAFC_played, SAFC_remaining, Wyke_remaining;
   double Wyke_scored, Wyke_will_score;
   Wyke_played = 25;
   SAFC_played = 27;
   SAFC_remaining = 19;
   Wyke_scored = 17;

   Wyke_remaining = Wyke_played * SAFC_remaining / SAFC_played;
   Wyke_will_score = Wyke_scored * Wyke_remaining / Wyke_played;

   printf("Wyke is on pace to score %4.2f", Wyke_scored + Wyke_will_score);
   return(0);
}

Wyke is on pace to score 28.96
Process returned 0 (0x0) execution time : 0.028 s
 
  • Like
Reactions: Makemstine Roger
Well **** me sideways that’s 2 threads hoying the mockers on a win. :emoticon-0102-bigsm