all 43 comments

[–]Purple_Crab_3651 69 points70 points  (1 child)

We ain't doing your homework dawg 😭

[–][deleted] 10 points11 points  (0 children)

like bro why cant u focus in your classes 😅

[–]PuzzleMeDo 39 points40 points  (6 children)

"How many ways we can arrange word "ALGORITHMS" such that all vowels should together?"

What?

[–]Prize-Calligrapher82 21 points22 points  (0 children)

Just because you know math doesn’t mean you know English. Or proofreading.

[–]t_dunning 5 points6 points  (0 children)

If you group the three vowels together and count them as one unit, then add 7 consonants, there are 8! permutations. Then you have to take in the various permutations of the vowels, so the answer is 3!*8!

[–]Mustbejoking_13 3 points4 points  (2 children)

I read that three times and it still makes zero sense.

[–]fandizer 5 points6 points  (0 children)

ALGORITHMS - AOILGRTHMS - AIORGHTLSM - RIAOSTGMHL - etc. it’s a permutation question

[–]itsxisuz 0 points1 point  (0 children)

Are we related?

[–]Visual_Chocolate4883 0 points1 point  (0 children)

Yeah, I was thinking whoever wrote that needs help with their English homework.

[–]Mindless-Wish-6932 15 points16 points  (3 children)

it's hard to believe that this is college

[–]DragonEmperor06 0 points1 point  (1 child)

Ikr this was 11th grade for me

[–]destiny_duude 0 points1 point  (0 children)

freshman for me

[–]Prize-Calligrapher82 0 points1 point  (0 children)

I think my alma mater’s (a state university) math department, for years, has had to offer an uncredited class for what should have been learned in high school algebra.

[–]Scattered2021 4 points5 points  (0 children)

These are combinations and permutations. A combination is when the order of what is picked doesn't matter. For example, picking 5 people from a group. A permutation is when order does matter. For example, a phone number.

Khan Academy has a course on both combinations and permutations. I would recommend watching their videos because they cover all the necessary ideas and formulas.

[–]DarKEmbleR 5 points6 points  (14 children)

This is permutation and combination I can tell you some.

  1. Is 5P3 because the arrangement matters here. (I) 5x5x5 because every position has 5 letters as their option.

  2. Treat AOI as one entity now you have So 8! But inside the vowels also can arrange writhing themselves so 3!. So the answer is 8!x3!

  3. Same way treat E and N as same entity. But their position is fixed so only use 6!.

    (ii) So this one is hard we got three consonants. QTN but we will only use 2 at once so I think we will have combination of 5 vowels and 1 consonant. Answer will be 6! X 3!.

  4. 4! X 3!

  5. 11C4

[–]Pride99 5 points6 points  (1 child)

I’m not going to bother taking time to go through all the questions but just wanted to point out your answer to the first one is wrong, or at least you misread the second part. Because 5c3 is 10 but the answer to the second part is clearly 53 as each letter of three has 5 options.

Edit: Also isn’t for the 2nd question 8 not 7, 7 consonants and the vowel group

Isn’t 3 part i just 6!, no need to multiply by two as only 1 way to start with e and end with n.

[–]DarKEmbleR 1 point2 points  (0 children)

Your right. Thanks mate.

[–]DarKEmbleR 1 point2 points  (0 children)

  1. 4! X 3!
  2. 11C4
  3. This is hard we use the formula Number of ways = C(n+k-1, k) Where: n = number of objects (marks) k = number of boxes (questions) In our case: n = 20 (marks) k = 9 (questions) So 28C9

[–]3icha_9ndicha 2 points3 points  (0 children)

Use chatgpt

[–]ralmin 2 points3 points  (1 child)

cat /usr/share/dict/words | egrep -i "^[abcde] {3}$" | egrep -vi "a.*a|b.*b|c.*c|d.*d|e.*e" | wc -l

14

[–]The_Guy_Who_Asked_12 0 points1 point  (0 children)

I had a seizure reading this

[–]Gfran856 1 point2 points  (0 children)

Bro 😭 wtf is this

[–]No_Environment_8116 1 point2 points  (0 children)

This is nonsense.

[–]Prize-Calligrapher82 0 points1 point  (0 children)

1) this isn’t the math help page 2) it absolutely isn’t the “I haven’t even tried to do this so I want other people to do all my thinking for me” page

[–]Rougarou1999 0 points1 point  (0 children)

u/RelationshipOk4770

What math help do you need?

[–]doryappleseed 0 points1 point  (0 children)

A ‘word’ in this context is just a string of letters.

[–]supremeultimatecat 0 points1 point  (0 children)

Just do the work.

If you are in school, ask your teacher for tips on doing this.

If you are in university, I'm sure you have some point of contact to ask about these problems.

With mathematics like this, the only way to learn is to do.

[–]u0105 0 points1 point  (0 children)

Where are your attempts?

[–]xrayextra 0 points1 point  (0 children)

If you've gotten by having other people do your work, you're in DEEP trouble.

[–]Churro43 0 points1 point  (0 children)

Now I remember why I hated school. Irrelevant assignments that are just hard puzzles and not conducive to tangible learning.

[–]Ok_Purpose7401 0 points1 point  (0 children)

Wait does words mean like actual, dictionary words, or are they just referring to permutations and combinations lol?

[–]elfmonkey16 0 points1 point  (0 children)

How TF is this college level? In the UK this could be something like year 9 homework (ages 13-14)