MHB Want to use probability algorithm for my web app

aaronsmith4
Messages
2
Reaction score
0
I'm a freelance web developer and right now I'm stuck into a mathematical(probability) issue where I'm developing an answer filtering tool.

This tool works as follows:

1) There are six questions that the user will be asked
2) Based on the answer of first question, my server will decide which should be the second question. Based on the answer of second question, the server will decide which should be the third question.
3) Each question has 5-6 options values

Now, for the six questions and each question has 5-6 options, what is the probability each options on my app? Is there any math equation to find out this? Once I solve the math logic, I would easily code the same.
 
Physics news on Phys.org
Ok, I have found the solution, I'm going to implement the binary concepts to solve this issue. Just like the electronics logic gates. In these logic gates, zeros means the connection is closed and one means the connection is open. Scraped this and got the js code

Here in this algorithm, I have used to same. Once the user enters one condition and the equivalent question according to the selected condition will have the 1 binary value and all the other numbers will have zero binary value.

I have used Vuex for state-management. With Vuex, only questions with 1 input will be visible all the other questions will be invisible.

I will share the free gitlab page url so that anyone can copy this math programming trick and implement in their projects..
 
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...

Similar threads

Replies
11
Views
3K
Replies
41
Views
5K
Replies
4
Views
1K
Replies
6
Views
5K
Replies
1
Views
1K
Back
Top