MHB Prove f(n) is a product of two consecutive positive integers for all n

Click For Summary
The discussion focuses on proving that the function f(n), defined as a specific combination of digits, represents the product of two consecutive positive integers for all natural numbers n. Participants explore the mathematical structure of f(n) and its implications in number theory. Key arguments involve analyzing the properties of the digits and their arrangement to establish the relationship to consecutive integers. The proof requires demonstrating that f(n) can be expressed in the form k(k+1) for some integer k. Ultimately, the goal is to validate the claim for all n in the set of natural numbers.
Albert1
Messages
1,221
Reaction score
0
$f(n)=\underbrace{111--1}\underbrace{222--2}$
$\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,n$$\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,n$
prove:$f(n)$ is a product of two consecutive positive integers for all $n\in N$
 
Mathematics news on Phys.org
Albert said:
$f(n)=\underbrace{111--1}\underbrace{222--2}$
$\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,n$$\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,n$
prove:$f(n)$ is a product of two consecutive positive integers for all $n\in N$

as n consecutive 1's is $\frac{10^n-1}{9}$ using GP
we have $f(n) = 10^n(\frac{10^{n}-1}{9} + 2 * (\frac{10^{n}-1}{9})$
$= \frac{10^n(10^{n} - 1) + 2(10^n-1)}{9}$
$= \frac{10^{2n} + 10^n -2}{9}$
$=\frac{(10^n-1)(10^n+2)}{9}$
= $(\frac{10^n-1}{3})(\frac{10^n+2}{3})$
= $(\frac{10^n-1}{3})(\frac{10^n-1}{3}+1)$
now $10^n$ leaves a raminder 1 when divided by 3 so $10^n-1$ is divsible by 3 and hence noth the terms above are
integers and difference is one.
 
I have been insisting to my statistics students that for probabilities, the rule is the number of significant figures is the number of digits past the leading zeros or leading nines. For example to give 4 significant figures for a probability: 0.000001234 and 0.99999991234 are the correct number of decimal places. That way the complementary probability can also be given to the same significant figures ( 0.999998766 and 0.00000008766 respectively). More generally if you have a value that...

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
925