[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
forum.virtualchallengemeets.com • View topic - Product of the Coefficients

Product of the Coefficients

Eighty problems in ten minutes. What's so hard about that?

Product of the Coefficients

Postby jeremyp1988 » Thu Feb 01, 2007 4:02 pm

Could anyone help me with these Prod. of the Coefficients problems:

product of the coefficients: (a+b)^3

product of the coefficients: (3a+3b)^2

product of the coefficients: (a+b)^5
jeremyp1988
 
Posts: 1
Joined: Thu Feb 01, 2007 3:52 pm
Location: shallowater, tx

Postby bradp » Thu Feb 01, 2007 4:15 pm

bradp
Perfectionist
 
Posts: 670
Joined: Sat Oct 21, 2006 5:07 pm
Location: Kwood

Postby fht » Thu Feb 01, 2007 4:20 pm

The coefficient of expanded polynomial of nth degrees follows the (n+1)th row of the Pascal Triangle:
1
1 1
1 2 1 -------- a^2+2ab+b^2
1 3 3 1 -------- a^3+3a^2b+3ab^2+b^3
1 4 6 4 1
1 5 10 10 5 1
............................
Therefore the product of coeff for (x+y)^3 is 1*3*3*1 = 9
for (ax+by)^2 is 2(ab)^3 = 2(3*3)^3 = 1458
for (x+y)^5 is 1*5*10*10*5*1 = 2500

Best Wishes[/b]
Last edited by fht on Thu Feb 01, 2007 11:36 pm, edited 1 time in total.
fht
Typical User
 
Posts: 33
Joined: Thu Nov 23, 2006 3:24 pm
Location: Port Lavaca

Postby Bumwipe » Thu Feb 01, 2007 4:45 pm

Bumwipe
 

Postby AuSmith » Thu Feb 01, 2007 5:35 pm

So, the product of the coefficients of (Aa+Bb)^n is

n=2: 2(AB)^3
n=3: 9(AB)^6
n=4: 96(AB)^10
n=5: 2500(AB)^15

(a+b)^3: 9(1)^6=9
(3a+3b)^2: 2(3*3)^3=1458
(a+b)^5: 2500(1)^15=2500
User avatar
AuSmith
Grizzled Old Veteran
 
Posts: 1047
Joined: Sun Nov 05, 2006 1:24 am
Location: College Station, TX

Postby Quelloquialism » Thu Feb 01, 2007 9:31 pm

Quelloquialism
Celebrated Spammer
 
Posts: 534
Joined: Tue Oct 24, 2006 8:02 pm
Location: TopCoder Chat Room 1

Postby MistaPotta » Thu Feb 01, 2007 9:45 pm

Sorry Riley, you were warned.
User avatar
MistaPotta
<sigh> No, I haven't uploaded that yet...
 
Posts: 567
Joined: Thu Oct 19, 2006 8:33 pm
Location: Deep in the heart of Helotes!

Postby fht » Thu Feb 01, 2007 11:41 pm

Whatever that was wrong is correct now.
Bumwipe, you are excused.
fht
Typical User
 
Posts: 33
Joined: Thu Nov 23, 2006 3:24 pm
Location: Port Lavaca


Return to Number Sense

Who is online

Users browsing this forum: No registered users and 1 guest

cron