183k views
5 votes
You can represent an odd integer whith the expression 2n+1, where n is any integer . Write and solve an equation to find three consecutive odd that have a sum of 63

User Mishax
by
8.4k points

1 Answer

3 votes
Any odd number can be expressed by 2n+1.

For example,

2n+1=111
2n=110
n=110/2=55

means that 111 is 2n+1 for n=55


Thus if an odd number is 2a+1, the next few numbers are as follows:

2a+1, 2a+2, 2a+3, 2a+4, 2a+5

So 2a+1, 2a+3 and 2a+5 are 3 consecutive odd numbers.


Back to our problem:

three consecutive odd numbers whose sum is 63 are:

(2n+1)+(2n+3)+(2n+5)=63

6n+9=63

6n=63-9=54

n=54/6=9


2n+1=2*9+1=18+1=19, the 2 next odd numbers are 21 and 23


Answer: 19, 21, 23



User The Governor
by
8.2k points

Related questions

asked Oct 1, 2024 157k views
TeTeT asked Oct 1, 2024
by TeTeT
8.5k points
1 answer
4 votes
157k views
asked Sep 22, 2024 11.4k views
Simon Ferndriger asked Sep 22, 2024
by Simon Ferndriger
8.3k points
1 answer
4 votes
11.4k views