| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Algorithms & Data Structures Discuss algorithms & data structures. Topics are not specific to any programming language. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need help with this question:
Find what a,b,and c is. They must be integer answers. The equation goes like this: Code:
35a+55b+77c=1 Thanks to those who help. |
|
#2
|
||||
|
||||
|
Re: Equations Problem
This type of equation is called a Diophantine equation.
There is a known solution for a Diophantine equation of the form: Code:
ax + by = c See this link for reference on how to try and solve a Diophantine equation of the form: Code:
ax + by + cz = d Zachm |
|
#3
|
|||
|
|||
|
Thanks, I will try to read the link first, attempt the question, and post my findings to see if I'm right...or need additional help.
Thanks so much, also could you take a look at my other thread question in this board. http://www.codeguru.com/forum/showthread.php?t=485507 Last edited by coder752; October 2nd, 2009 at 11:57 AM. |
|
#4
|
|||
|
|||
|
I solved it now...thanks.
But please help me with my other Discrete Structures question: http://www.codeguru.com/forum/showthread.php?t=485507 |
![]() |
| Bookmarks |
| Tags |
| equation three variable |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|