Get VIP membership and remove the ads, create a chat forum signature and much more!

Just Chat
  • Members: Log in here

Menu

  • Join Just Chat
  • Chat rooms
    • Chat forum one
    • Chat forum two
    • Chat forum three
    • Members only chat
    • Quiz room
    • Our Chat Guides
  • Message boards
  • Our members
    • Recent activity
  • Blog

TotesMahGoats

Profile picture of TotesMahGoats

@totesmahgoats

active 1 year, 11 months ago
  • Activity
  • Profile
  • Friends 21
  • Forums
  • Personal
  • Mentions
  • Favourites
  • Friends
  • Profile picture of draculina

    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 :wacko:

     

  • Profile picture of draculina

    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 :wacko:

     

  • Profile picture of draculina

    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.

  • Profile picture of draculina

    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.

  • Profile picture of draculina

    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.

  • Profile picture of JUSTNOTHING

    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 :mail:

  • Profile picture of draculina

    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. :wacko:

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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]

  • Profile picture of draculina

    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.

  • Profile picture of draculina

    draculina replied to the topic Basic IQ / Maths question in the forum Chat forum three boards 8 years, 10 months ago

    B-)

  • Profile picture of JUSTNOTHING

    JUSTNOTHING replied to the topic Suz in the forum Chat forum two boards 8 years, 10 months ago

    Profile photo of ChatHostUK
    ChatHostUK
    Topics: 129
    Replies: 1318

    I 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.

  • Profile picture

    fifi changed their profile picture 8 years, 10 months ago

  • Profile picture of JUSTNOTHING

    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! :wacko:   :yahoo:

  • Profile picture of JUSTNOTHING

    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

Enjoy Just Chat? Spread the word!

  • Tweet

News and updates

  • Scheduled chat forum downtime 9 May, 2018
  • Season’s greetings! 24 December, 2017
  • An important update to the site rules 7 July, 2017
  • The new chat forum three — lift off! 12 April, 2017
  • And another year rolls around… 23 December, 2016

Active discussions

  • Skint? Are you sure?
    1 month, 3 weeks ago
  • Christeen
    3 months ago
  • Who’s still about from the good old days?
    4 months, 1 week ago
  • QUIZ ROOM LEAGUE TABLE 2025
    5 months, 3 weeks ago
  • Hey Rouge Trader
    5 months, 3 weeks ago
Copyright © 2000 - 2026 Martin Reed / Just Chat. Thanks to UK web hosting.
  • Stay safe
  • Terms of service
  • Privacy
  • Rules
  • Links
  • Advertise
  • Contact
We use cookies to give you the best experience on our website. If you continue, we'll assume you're OK with this.OK