Hello everyone,
I have a problem that I need help with.
Alright, so I have an average. Everybody knows that the formula to find an average number is:
x = (a + b + c + d) / 4
x being the average.
Say I already have an average, like this:
95 = (a + b + c + d) / 4
How would I generate four random numbers added together, divided by four, to get an average that equals 95?
Thanks very much!