+0  
 
0
433
1
avatar+223 

Thank you

 May 18, 2021
 #1
avatar+2401 
+1

f(x) = 5

if x >= -4:

x = 3

else:

x = 2

 

Since x >= -4, x = 3.

f(3) = 5

f(y) = 3

if y >= -4:

y = sqrt(7)

else:

y = 0

 

Since sqrt(7) >= -4, y = sqrt(7). 

I think there's only one value that works, sqrt(7). 

 

=^._.^=

 May 18, 2021

7 Online Users

avatar
avatar
avatar