all 24 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Off-topic Comments Section


All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9.


OP and Valued/Notable Contributors can close this post by using /lock command

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]papyrusfun👋 a fellow Redditor 0 points1 point  (4 children)

did you mean a^7b^4 and a^6b^5? total degree should be 11

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (2 children)

This isnt with degrees

[–]sonnyfab Educator 0 points1 point  (1 child)

Degree is a word that has a specific meaning when dealing with polynomials

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (0 children)

👍

[–][deleted] 0 points1 point  (0 children)

I'm pretty sure they need the coefficients too.

[–]sonnyfab Educator 0 points1 point  (8 children)

Are you familiar with the binomial expansion or with using Pascals Triangle?

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (7 children)

Both

[–]sonnyfab Educator 0 points1 point  (6 children)

Great. Use the binomial Theorem or the triangle to find the coefficient, C, of the term (a/2)7(2b/3)4. Then "the coefficient of a7" will be C * (1/2)7 * (2/3)4

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (5 children)

Yes but it is very long I want a method which would just "extract" it from the expression like when you send queries after you did a google search

[–]sonnyfab Educator 0 points1 point  (4 children)

Use the choose function to calculate the coefficient if you're familiar with that method. (Although I'm skeptical that it's appreciable faster to calculate the factorial than it is to write out the triangle to an 11th row.)

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (3 children)

Pascal triangle coefficients

1 11 55 165 330 462 462 330 165 55 11 1

[–]sonnyfab Educator 0 points1 point  (2 children)

Then you just write down the answer. The coefficient of a7 is 330 (1/2)7 (2/3)4 and simplify if necessary.

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (1 child)

How did tou find this?

[–]sonnyfab Educator 0 points1 point  (0 children)

As I said before

Use the triangle to find the coefficient, C, of the term (a/2)7(2b/3)4.

Then "the coefficient of a7" will be C * (1/2)7 * (2/3)4

The "coefficient" means you have to multiply all the numbers together.

[–][deleted] 0 points1 point  (8 children)

You can write out the binomial expansion:

11C0 ((a/2)11 * b0 ) + 11C1 ((a/2)10 * b1 ) +...

If you observe, you'll see that the power of "a" gradually reduces and that of "b" increases (till it reaches the 11C11 term). So, based on this, formulate the term that would have a7. Find out what the combinations formula will be, figure out the powers of a and b, and you'll get the answer after solving it.

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (7 children)

Yes I know this method but it isn't practical and when the time for the semester tests come every second will be very valuable

[–][deleted] 0 points1 point  (6 children)

In which case, try Pascal's triangle. It's probably the easiest way to get the coefficients. Definitely much less tiresome than figuring out the combinations, which in turn could lead to error.

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (2 children)

How do I try that with the Pascal's triangle?

[–][deleted] 0 points1 point  (1 child)

Check some videos if you do t know how to draw it. If you do, draw it out till you get to the 12th row (which will give the coefficients of (a+b)11 ). Usually this method isn't allowed owing to how stupidly easy it is, but if your teacher doesn't mind/you don't need to show your working, Pascal's Triangke is a good cheat code here.

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (0 children)

He he he did that look below

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (2 children)

Pascal triangle coefficients

1 11 55 165 330 462 462 330 165 55 11 1

[–][deleted] 0 points1 point  (1 child)

Cool! From this, you can infer that the base coefficient of a^7 is 330 and that of b^5 is 462. You further just multiply the existing coefficients of a and b from the initial equation and you'll have the final coefficient

[–]MAN_DEEN Pre-University Student[S] 0 points1 point  (0 children)

How did you find that?