Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 01-15-2004, 05:08 PM   #1 (permalink)
Addict
 
Location: Virginia
Help with 2 Annoying Math Problems

What is the 1,000,000th number in this pattern?

Please include an equation for the problem.

1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5...and so on.

Thanks.

Another one is what's the product for this problem?

(x+a)(x+b)(x+c)...(x+z).

Thanks.
AL9045 is offline  
Old 01-15-2004, 07:10 PM   #2 (permalink)
Upright
 
Location: Bunn Ogg West. visit me
question -- what class is this?
i just wanan see if i can actually figure these out, cuz i dun wanna spend time if its questions for grad students
__________________
Simmons! I want you to poison Grif's next meal!
Yes sir!

I'm Dutch-Irish...
...I'm from Iowa!
onionmon is offline  
Old 01-15-2004, 07:38 PM   #3 (permalink)
Addict
 
Location: Virginia
Well this is extra credit for Algebra II, but I think it's at a higher level...I hate it.

Thanks.
AL9045 is offline  
Old 01-15-2004, 07:40 PM   #4 (permalink)
この印篭が目に入らぬか
 
Location: College
Quote:
Originally posted by AL9045
Another one is what's the product for this problem?

(x+a)(x+b)(x+c)...(x+z).

Thanks.
This one's not so tricky -- just really long and time-consuming.

Here's a hint. What's (x+a)? What's (x+a)(x+b)? What's (x+a)(x+b)(x+c)? What's (x+a)(x+b)(x+c)(x+d)?

Answer those four and you should see a trend.

Edit: I should add that you'd be crazy to tackle the full 26 by hand -- do you know enough programming to write a program to do this for you?

Last edited by lordjeebus; 01-15-2004 at 07:43 PM..
lordjeebus is offline  
Old 01-15-2004, 07:45 PM   #5 (permalink)
Upright
 
Location: Bunn Ogg West. visit me
ALRITE, 2nd part the (x+ blah question.

use pascel's triangle
1 - 0
1 1 - 1
1 2 1 - 2
1 3 3 1 - 3
1 4 6 4 1 - 4

partial triangel. in ur case, u need to go up to level 27, but that later.

(x+a)(x+b) follows triangle level 3 --- indicated by - 2 at the side cuz ur using 2 (x+?)'s ------- x^2 + ax + bx + ab is ur answer.

as u can see, there are 1 x^2 value, 2 x values, and 1 (1) value. its more clear in the next example

(x+a)(x+b)(x+c) follows lvl 4 --- indicated by - 3 at side.

u get 1 set of x^3, 3 sets of x^2, 3 sets of x, 1 set of (1).
now u start cooking.

within the sets of x^2, all available answers are the single combinations of a,b, and c. then those multiplyed by x^2
so.. ax^2 + bx^2 + cx^2 <---- this is the (3) of the pascal triangle

second part of this is sets of x, all multiplyed combinations are with 2 letters, so u get also get 3 --- abx + bcx + cax

now. if u carry that through to the 27th level ("marked" as - 26) then u have x^27 + x^26(all single combinations of a-z, 26 of em) + x^25(all double combinations of a-z, some number) ... etc until the last number - abcdef....z

dunno if it helps... heh... i tried...
__________________
Simmons! I want you to poison Grif's next meal!
Yes sir!

I'm Dutch-Irish...
...I'm from Iowa!
onionmon is offline  
Old 01-15-2004, 08:09 PM   #6 (permalink)
Upright
 
Location: Bunn Ogg West. visit me
OK I GOT IT!! i was trying to figure out pattern instead of doing the problem, cuz it still helps my math in college and it helps u understand WTF is going on.

question 1.

equation ((n)(n+1))/2 is how many things there are in a series.
for example in ur case
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
etc is your series correct?
so if u do this
1 1 2 3 4 5
2 2 2 3 4 5
3 3 3 3 4 5
4 4 4 4 4 5
5 5 5 5 5 5

wat i did here was stack another triangle
1
2 2
etc
sideways on top of the first triangle
thus u get 6 units lengthwise and 5 widthwise
total 30
so because we ended at 5, we set n=5
thus 6x5 = (n+1)(n)
and because were dealing with only half of that.
((n+1)(n))/2

alrite
so u keep chucking in higher numbers cuz plugging in 5 only gives u 15 -- keep plugging in numbers for N and as soon u pass 1,000,000 -- thats the number u keep. if ur (n-1) is smaller than 1,000,000 and ur (n) is bigger than the million. that (n) is what the millionth number is.

enjoy. ask me more if u like. i gots hella time
__________________
Simmons! I want you to poison Grif's next meal!
Yes sir!

I'm Dutch-Irish...
...I'm from Iowa!
onionmon is offline  
Old 01-22-2004, 02:08 AM   #7 (permalink)
 
KnifeMissile's Avatar
 
Location: Waterloo, Ontario
I'm sorry I didn't get to this earlier but all those thirty second mystery posts have totally ruined this forum. It didn't look like there were any intersting threads in here.

Anyway, for your first problem, onionmon is correct and the number of terms you have will be n(n+1)/2. It just so happens that n is the number in the series you are looking for! So, the equation now becomes:

n(n+1)/2 = 1,000,000

...so isolate for n and you get...

n = (sqrt(1 + 8,000,000) - 1) / 2

...or 1413.71

Now, round this up because this formula assumes we get to sum the end of the n'th line and you discover that the millionth number is 1414...


Now, the second one is also not too hard. You just have to generalize the quadratic expansion. So, let me formulate some notation 'cause I can't just scribble into the TFP...

Let SC(a-z,2) be the sum of all possible products of 2 element subsets of the variables a through z. Furthermore, define SC(a-z,0) = 1, since the null set has no elements to create a sum of products.
For example, SC(a-z,2) would look like ab + ac + ... + az + bc + bd + ... + bz + ... + yz.

Let S(i,n)f(i) denote the sum f(0) + f(1) + ... + f(i) + ... + f(n).
This will be our sigma notation.

So, the product of (x + a)(x + b)...(x + z) is equal to:

S(i,26)( SC(a-z,i) * x^(26-i) )

Pretty simple, eh?
KnifeMissile is offline  
 

Tags
annoying, math, problems


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 07:05 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360