Microsoft
Software
Hardware
Network
Question : (V Simple) Work out y given x.
Hello,
0<=x<=255
0<=y<=127
When x is 0 y is 127
When x is 255 y is 0
I cannot see how to solve y given x, likewise, x given y. I can see that y is half the range of x so there is a divide by 2 in there somewhere, it's fairly simple, but I cannot see it for the life of me! :(
Thanks,
Uni
Answer : (V Simple) Work out y given x.
y=127-(x*127/255)
Random Solutions
How do I configure OWA internal/external URL's?
Recover Exchange 2003 from log files
How to do paggination in Jsp
what is Imap path prefix
PDFs and iPads
Exchange Active Sync and self assigned certificates
Batch script to calculate elapsed time in seconds : must be able to handle if time crosses midnight
How do I delete the default recipient policy in exchange 2010?
what port is currently being used
jQuery AutoComplete Problem