-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Read what I wrote again
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Read what I wrote gain
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
A quick search shows that Cambridge offers a masters in ‘film studies’, this isn’t something that is limited only to ex-polytechnics.
I did my bachelors degree with Open University, which in practice doesn’t have any entry requirements at all. It was still a fairly comprehnsive and challenging course however.
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Running the simulation with 3 doors staying with the initial door gives ~33% chance of winning, switiching doors gives a ~77% chance of winning.
If you run the simulation with 100 doors instead, staying with the initial door gives ~1% chance of winning, switiching doors gives a ~99% chance of winning.
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Running the simulation with 3 doors gives ~33% chance of winning, switiching doors gives a ~77% chance of winning.
-
JUSTNOTHING replied to the topic What makes a good friend? in the forum Chat forum three boards 8 years, 10 months ago
respect
trust
protection when needed
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
This is why you shouldn’t rely on memory, and analyse things properly every time.
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
I made a slight mistake in the progam, where if you initially select the car, it can give you the same door you selected as the option to swap to. I haved fixed it here :
public class MontyHall
{
public static float calculateProbability(int doors, boolean swap)
{
Random rand = new Random();
int repeats = 1000;int wins = 0;
for(int i = 0; i <=…[Read more] -
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
I made a slight mistake in the progam, which shouldn’t effect the probabilities much, but I haved fixed it here :
public class MontyHall
{
public static float calculateProbability(int doors, boolean swap)
{
Random rand = new Random();
int repeats = 1000;int wins = 0;
for(int i = 0; i <= repeats; i++) {
// Place the car behind a random…[Read more] -
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
I made a slight mistake in the progam, which shouldn’t effect the probabilities much, but I haved fixed it here :
public class MontyHall
{
public static float calculateProbability(int doors, boolean swap)
{
Random rand = new Random();
int repeats = 1000;int wins = 0;
for(int i = 0; i <= repeats; i++) {
// Place the car behind a random…[Read more] -
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Turns out I recalled the solution inncorectly. I wrote a simulation to test the problem, swapping doors idoes mprove your chances of winnining.
Copy the following text into https://www.compilejava.net/ to run the program in your browser
import java.util.Random;
public class MontyHall
{
public static float calculateProbability(int doors, boolean…[Read more] -
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Turns out I was wrong, I wrote a simulation and it does improve your probablity of winning.
Copy the following text into https://www.compilejava.net/ to run the program in your browser
import java.util.Random;
public class MontyHall
{
public static float calculateProbability(int doors, boolean swap)
{
Random rand = new Random();
int repeats =…[Read more] -
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Switching doors doesn’t statistically improve your chances of winning the car, the Monty Hall problem is a good example of how raw probabilities can be misleading.
The easiest way to demonstrate this would be to write two computer programs that randomly select doors. The first program always switches doors, the other will always keep it’s door.…[Read more]
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
Switching doors doesn’t statistically improve your chances of winning the car, the Monty Hall problem is a good example of how raw probabilities can be misleading.
The easiest way to demonstrate this would be to write two computer programs that randomly select doors. The first program always switches doors, the other will always keep it’s…[Read more]
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
I’m not sure how much I agree with this. From my experience most people who go to university are of average or below average intelligence. And if they already had knowledge then there is no purpose in them attending a university course.
There are still people who believe that today.
-
draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
-
JUSTNOTHING replied to the topic Suz in the forum Chat forum two boards 8 years, 10 months ago

ChatHostUK
Topics: 129
Replies: 1318I am the real Suz! – ha Martin u look more like rihanna with that hair color, anymore songs being made, also –
JUSTNOTHING posted an update 2 months ago
@chathostuk the new chat room forum 1 and 2 scroll bars are to thin and not a good colour.
-
fifi changed their profile picture 8 years, 10 months ago
-
JUSTNOTHING replied to the topic What would you say if you woke up to the person above you ? in the forum Chat forum one boards 8 years, 10 months ago
WTF i am a asexual this is ilegal waking up with someone in my bed!
-
JUSTNOTHING replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago
This number sequence was in costa coffee today and if u win u get a free drink ..anyone have a clue what the missing number is ? I’ve looked at it for ages and cant work it out which is unusual, as I am normally competent at these basic logic questions
1, 2 , 6, 11, ?, 86, 946 – is it whatever number is before the other one so 86 to make 946 is 1…[Read more]
- Load More
