Message Boards Message Boards

0
|
1628 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Empty output solving equation of 4 variables using FindInstance?

Posted 1 year ago

I can not solve the equation: 111a-111b+11c-d=8765 using FindInstance:

Thanks.

Attachments:
POSTED BY: Ana Squadri

Try:

FindInstance[1111*a - 111*b + 11*c - d == 8765 && 0 < a < 12 && 0 < b < 12 && 
0 < c < 12 && 0 < d < 12, {a, b, c, d}, Integers]
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract