How many ordered quadruplet(s) of integers with satisfy the condition that and ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Write ( a , b , c , d ) = ( a , a + x , a + y , a + x + y ) . Then 9 3 = b c − a d = x y . So there are two cases: x = 1 , y = 9 3 , or x = 3 , y = 3 1 .
There are 405 tuples in the first case, from ( 1 , 2 , 9 4 , 9 5 ) to ( 4 0 5 , 4 0 6 , 4 9 8 , 4 9 9 ) , and 465 tuples in the second case, from ( 1 , 4 , 3 2 , 3 5 ) to ( 4 6 5 , 4 6 8 , 4 9 6 , 4 9 9 ) . So the total is 8 7 0 .