Respuesta :
The value of Y when X = 5.7 is 5
The parent floor function
In solving for the parent floor function, the value that is usually returned to show the integer that is less than or equal to a given number.
If x = 3.2
y = ⌊3.2⌋ = 3
If X = 2.23
y = ⌊2.23⌋ = 2
Then for x = 5.7
y = ⌊5.7⌋ = 5
There fore the value of Y = 5
Read more on parent floor function here:
https://brainly.com/question/10677594