- #1
rajemessage
- 14
- 0
hi,
I have four variables (x and y),(a and b). i want to find out number of state which these variables can attain.
Example :
1) x=2 ,y =5 , a= 0 , b=2 ( that is a and b is less than x and y)
2) x=2 ,y =5 , a= 0 , b=2 ( that is a is less than x and b equal to x)
3) x=2 ,y =5 , a= 0 , b=3 ( that is a is less than x and b greater than x and less than y)
4) x=2 ,y =5 , a= 3 , b=4 ( that is a and be is in side x and y)
etc.
etc.
q1) is there any mathematical way to find all cases/state?
yours sincerley
I have four variables (x and y),(a and b). i want to find out number of state which these variables can attain.
Example :
1) x=2 ,y =5 , a= 0 , b=2 ( that is a and b is less than x and y)
2) x=2 ,y =5 , a= 0 , b=2 ( that is a is less than x and b equal to x)
3) x=2 ,y =5 , a= 0 , b=3 ( that is a is less than x and b greater than x and less than y)
4) x=2 ,y =5 , a= 3 , b=4 ( that is a and be is in side x and y)
etc.
etc.
q1) is there any mathematical way to find all cases/state?
yours sincerley