How to make a random number generator based off an equation.

Go4Expert Member
20Apr2010,20:54   #1
luettke10's Avatar
I need a program that will allow the user to input two numbers in the range of 1 to 120. The program would then take the two numbers and subtract the larger number from the smaller number. The number they equals would represent x in the equation .84x which would equal the % of the lower number then appearing. The percentage of the other number coming up would be 100% minus the percentage of the higher number coming up.
Pro contributor
21Apr2010,03:07   #2
virxen's Avatar
it would be better if you give 2 arithmetic examples.
Go4Expert Member
21Apr2010,03:53   #3
luettke10's Avatar
So say the first number they enter is "n" and the second is "x", its not possible to do % of "n" showing up equals .84(n-x) and then using the remaining percent for the second number x.