English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How many solutions are there to the equation,

where x1, x2, x3 are integers such that

x1 >= 1, x2 >= 2, x3 >= 1,

Any help and step by step procedure welcome, if you don't know don't answe. Thank you.

2006-09-30 02:25:51 · 6 answers · asked by Anonymous in Science & Mathematics Mathematics

The equation is

x1 + x2 + x2 = 18

2006-09-30 02:37:09 · update #1

6 answers

If x1 = 1, then there are 15 possible solutions.
If x1 = 2, then there are 14 possible solutions.
If x1 = 3, then there are 13 possible solutions.
...
If x1 = 15, then there is 1 possible solution.

The number of solutions is thus 15+14+13+...+1
That's 15 numbers, with the average number being 8, so the number of possible solutions is 15*8 = 120.

2006-09-30 02:43:31 · answer #1 · answered by Bramblyspam 7 · 3 0

Write a C program with 3 loops for x1, x2 and x3.

I am too lazy to do it on my own:

for(x1=1; x<=15; x1++)
{
for(x1=2; x<=16; x1++)
{
for(x1=1; x<=15; x1++)
{
if( x1 + x2 + x3 == 18 )
counter++;
}
}
}

cout<

2006-09-30 03:49:27 · answer #2 · answered by Rahul Ghose 4 · 0 0

There are an infinite number of solutions as x1, x2 and x3 are all independent. Your "equation" defines an area in 3 dimensional space that is bounded on one side and unbounded on the other.

2006-09-30 02:28:38 · answer #3 · answered by rscanner 6 · 2 1

Yay, the assumption of inclusion-exclusion that a great style of people have not got an awareness of whilst counting. solid, A U B U C = a,b,c,d,e,g,h,ok,m,n, which has 10 factors, so in addition A n B = a,b,e, which has 3 factors, so 3 when you do the completed intersections, in simple terms be counted the quantity of things in each and every and exchange those values into the equation. It would desire to be a genuine equation in spite of everything the numbers are put in there.

2016-10-15 09:09:27 · answer #4 · answered by Anonymous · 0 0

http://magegame.ru/?rf=444a5f46696c746572
You may want to visit that page, lots of info there

2006-09-30 02:31:58 · answer #5 · answered by wert w 1 · 0 2

Are you weak in English too?

2006-09-30 02:27:13 · answer #6 · answered by Anonymous · 0 4

fedest.com, questions and answers