The answer is D as it can be rewritten as -((y^2)/5)-(8/5)=x. Solving for the x-intercepts you get -((y^2)/5)-(8/5) = 0 as you want to find the y values when x is zero. Solving for y you get: (y^2)/5)+(8/5) = 0 => (y^2)/5)=-(8/5) => y^2=-8 => y = plus or minus sqrt(-8). The first problem is that you have 2 x intercepts which already makes it not a function and second sqrt(-8) is an imaginary number making the solution not a real number.
Answer:
I think its like a cartoon or something like that
https://hbomax-images.warnermediacdn.com/images/GXyniGAhmEcJZOgEAAABz/tileburnedin?size=1280x720&format=jpeg&partner=hbomaxcom&productCode=hbomax&host=artist.api.cdn.hbo.com&w=1200
there image I think
QUESTION:
The code for a lock consists of 5 digits (0-9). The last number cannot be 0 or 1. How many different codes are possible.
ANSWER:
Since in this particular scenario, the order of the numbers matter, we can use the Permutation Formula:–
- P(n,r) = n!/(n−r)! where n is the number of numbers in the set and r is the subset.
Since there are 10 digits to choose from, we can assume that n = 10.
Similarly, since there are 5 numbers that need to be chosen out of the ten, we can assume that r = 5.
Now, plug these values into the formula and solve:
= 10!(10−5)!
= 10!5!
= 10⋅9⋅8⋅7⋅6
= 30240.