+0  
 
0
484
3
avatar

Find the smallest positive integer a greater than 1000, such that the equation \(\sqrt{a - \sqrt{a + x}} = x\) has a rational root.

 Mar 24, 2020

Best Answer 

 #2
avatar
+1

a=1000; b=30;c=2#(a - 2#(a+b)); if(c==b, goto4, goto5);printc, a, b; a++;if(a<2000, goto2, 0);a=1000;b++;if(b<1000, goto2, discard=0;

 

OUTPUT: a = 1057  and  x = 32

 Mar 24, 2020
 #1
avatar+2094 
0

Check https://brainly.com/question/12420955 

 

Hope this helped~!

 Mar 24, 2020
 #3
avatar
0

Whoever posted that has less than half a brain, because 84 is not greater than 1000.

Guest Mar 24, 2020
 #2
avatar
+1
Best Answer

a=1000; b=30;c=2#(a - 2#(a+b)); if(c==b, goto4, goto5);printc, a, b; a++;if(a<2000, goto2, 0);a=1000;b++;if(b<1000, goto2, discard=0;

 

OUTPUT: a = 1057  and  x = 32

Guest Mar 24, 2020

4 Online Users

avatar
avatar
avatar