Posted by Manny on Friday, February 13, 2009 at 7:23pm.
I took a crack at it but did not get far.
I also have spent an unreasonable amount of time trying it.
I even went so far as to run an old-fashioned 1970ish BASIC program
10 FOR A = -25 TO 35
20 FOR B = -25 TO 35
30 FOR C = -25 TO 35
40 FOR D = -25 TO 35
50 IF ((A*B+A+B=514) AND (B*C+B+C=146) AND (C*D+C+D=104)) THEN PRINT A,B,C,D
60 NEXT D
70 NEXT C
80 NEXT B
90 NEXT A
It found no integer solutions to your problem in the domain from -25 to + 35
I used A,B,C, and D for your variables
X1,X2,....
Related Questions
Math - Went ahead and did the HW the teach recommended but she did not post the ...
algebra2 - solve the equation: First: x + 3y = 5 Second: 3x - y = 5 should i use...
Math - Which of the following are linear equations in x1, x2 and x3? (a) x1 + ...
Linear Algebra - Express the solutions of the following systems in terms of the ...
MATH - solve the system of linear equations using the Gauss- Jordan elimination ...
Calculus (Urgent!!) - Hello everyone, I need help with the following problems. ...
Math - Find the augmented matrix for each of the following systems of linear ...
Statistics - Suppose X1;X2;...;X5 is a random sample from a n(0; variance) ...
math - How many ordered tuples of 7 integers x1,x2,x3,x4,x5,x6,x7 are there, ...
Math - Is this equation right is it worked correctly x 1 ----- - -------- x2-4 ...
For Further Reading