转跳到内容

随意的问题2: 一道有意思的题


addjs

推荐贴

选 E,钝角

const simulate_choice = (simulate_times = 100) => {
  let counter = [0, 0, 0, 0];
  for (let i = 0; i < simulate_times; i++) {
    counter[Math.floor(Math.random() * 4)] += 1;
  }
  const choice = { A: counter[0], B: counter[1], C: counter[2], D: counter[3] };
  const answer = {
    "0%": choice.B / simulate_times,
    "25%": (choice.A + choice.C) / simulate_times,
    "50%": choice.D / simulate_times,
  };
  return answer;
};

console.log(simulate_choice(10000));

这题没有意思,包装了一下的悖论罢了

引用

下列的哪个命题是真命题?

  1. 第二条是错误的。
  2. 第一条说得对。

 

链接到点评
刚刚,syd说道:

选 E,钝角

const simulate_choice = (simulate_times = 100) => {
  let counter = [0, 0, 0, 0];
  for (let i = 0; i < simulate_times; i++) {
    counter[Math.floor(Math.random() * 4)] += 1;
  }
  const choice = { A: counter[0], B: counter[1], C: counter[2], D: counter[3] };
  const answer = {
    "0%": choice.B / simulate_times,
    "25%": (choice.A + choice.C) / simulate_times,
    "50%": choice.D / simulate_times,
  };
  return answer;
};

console.log(simulate_choice(10000));

这题没有意思,包装了一下的悖论罢了

 

你们用浏览器 > F12 > 控制台(Console)也可以运行,答案是

ysvsb

链接到点评
  • 攸薩锁定了本主题
游客
此主题已关闭。
×
×
  • 新建...

重要消息

为使您更好地使用该站点,请仔细阅读以下内容: 使用条款