Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Other Topics > Science, Math, and Philosophy
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-25-2007, 01:53 AM
valenzuela valenzuela is offline
Senior Member
 
Join Date: Dec 2004
Location: Santiago, Chile
Posts: 6,508
Default Please help me with my homework! ( induction problem)

Show by induction that (3^(4n+2))+ (5^(2n+1))is a multiple of 14.
First person to do it gets a special mention on my location for a week [img]/images/graemlins/laugh.gif[/img]

edit: time limit is 4am today to get a special mention on my location.
Reply With Quote
  #2  
Old 05-25-2007, 02:00 AM
aeest400 aeest400 is offline
Senior Member
 
Join Date: Jul 2005
Location: valuetown...how\'d i get here?
Posts: 482
Default Re: Please help me with my homework! ( induction problem)

Pick random integer, plug it in, divide result by 14? Or does he want a more rigorous proof?
Reply With Quote
  #3  
Old 05-25-2007, 02:05 AM
valenzuela valenzuela is offline
Senior Member
 
Join Date: Dec 2004
Location: Santiago, Chile
Posts: 6,508
Default Re: Please help me with my homework! ( induction problem)

how do you do that? [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #4  
Old 05-25-2007, 02:11 AM
Duke Duke is offline
Senior Member
 
Join Date: Sep 2002
Location: SW US
Posts: 5,853
Default Re: Please help me with my homework! ( induction problem)

Show for n=1:

3^6+5^3=854 = 14*61 == multiple of 14

Assume for n.

Show for n+1:

3^(4(n+1)+2) + 5^(2(n+1)+1) = 3^(4n+6) + 5^(2n+3)

= 3^6 * 3^4n + 5^3 * 5^2n

= 729(3^4n) + 125(5^2n)

= 729 * 81n + 125 * 25n

= 62174n

= 14*4441n

QED
Reply With Quote
  #5  
Old 05-25-2007, 02:15 AM
valenzuela valenzuela is offline
Senior Member
 
Join Date: Dec 2004
Location: Santiago, Chile
Posts: 6,508
Default Re: Please help me with my homework! ( induction problem)

thanks ! [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #6  
Old 05-25-2007, 03:16 AM
Silent A Silent A is offline
Senior Member
 
Join Date: Aug 2005
Location: out of the grid
Posts: 2,838
Default Re: Please help me with my homework! ( induction problem)

[ QUOTE ]
Show for n=1:

3^6+5^3=854 = 14*61 == multiple of 14

Assume for n.

Show for n+1:

3^(4(n+1)+2) + 5^(2(n+1)+1) = 3^(4n+6) + 5^(2n+3)

= 3^6 * 3^4n + 5^3 * 5^2n

= 729(3^4n) + 125(5^2n)

= 729 * 81n + 125 * 25n

[/ QUOTE ]

shouldn't this be:

= 729 * 81^n + 125 * 25^n

= (9^3)(9^2n) + (5^3)(5^2n)

it's not obvious to me how I should continue
Reply With Quote
  #7  
Old 05-25-2007, 03:20 AM
Duke Duke is offline
Senior Member
 
Join Date: Sep 2002
Location: SW US
Posts: 5,853
Default Re: Please help me with my homework! ( induction problem)

[ QUOTE ]
[ QUOTE ]
Show for n=1:

3^6+5^3=854 = 14*61 == multiple of 14

Assume for n.

Show for n+1:

3^(4(n+1)+2) + 5^(2(n+1)+1) = 3^(4n+6) + 5^(2n+3)

= 3^6 * 3^4n + 5^3 * 5^2n

= 729(3^4n) + 125(5^2n)

= 729 * 81n + 125 * 25n

[/ QUOTE ]

shouldn't this be:

= 729 * 81^n + 125 * 25^n

= (9^3)(9^2n) + (5^3)(5^2n)

it's not obvious to me how I should continue

[/ QUOTE ]

I screwed up.

It's not 81n it's 81^n, so we're left with less help than I thought we had. There's more mathnastics to navigate through.

Sorry about that!
Reply With Quote
  #8  
Old 05-25-2007, 03:29 AM
Silent A Silent A is offline
Senior Member
 
Join Date: Aug 2005
Location: out of the grid
Posts: 2,838
Default Re: Please help me with my homework! ( induction problem)

Try this ...

1st number (n=1) = 729 + 125 = 854 = 14*61

let a_1 = 729 and b_1 = 125

(n+1)th number = 81a_n + 25b_n (see above)

where a_n and b_n are the two terms from the nth number

(n+1)th number = 56a_n + 25a_n + 25b_n
= 56a_n + 25(a_n+b_n)
= 4*14*a_n + 25(a_n+b_n)

a_n = an integer
a_n+b_n = multiple of 14

therfore (n+1)th number is a multiple of 14
Reply With Quote
  #9  
Old 05-25-2007, 03:53 AM
Silent A Silent A is offline
Senior Member
 
Join Date: Aug 2005
Location: out of the grid
Posts: 2,838
Default Re: Please help me with my homework! ( induction problem)

OK, lets do it properly in one go ...

1) for n=0 then (3^(4n+2))+ (5^(2n+1)) = 3^2 + 5^1 = 14

2) let a = 3^(4n+2)=9^(2n+1) and b = 5^(2n+1)

3) for n the equation becomes = a + b

4) for n+1 the equation becomes ...
= 3^(4(n+1)+2) + 5^(2(n+1)+1)
= 9^(2n+3) + 5^(2n+3)
= 81*9^(2n+1) + 25*5^(2n+1)
= 81a + 25b
= 56a + 25a + 25b
= 4*14a + 25(a+b)

therefore, if a is an integer and a+b = a multiple of 14, then the answer of the equation for (n+1) is also a multiple of 14

a is an integer when n>=0
a+b = 14 for n=0
therefore, by induction, the answer is a multiple of 14 for all n>=0
Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.