// Writing a C++ function
void PrintShampooInstructions(int numCycles){
if(numCycles < 1) // if condition stands
cout<< "To few";
else if(numCycles >4)
cour<<"Too Many";
else{
// looping the variable for desired out put
for(int i=0;i<numCycles;i++)
cout<<i<<":"<<" Lather and rinse."<<endl;
}
}
Answer:
-1
Explanation:
The given equation can be written as
-3x +y^2 +2y +1=b+1
-3x +(y+1)^2=b+1
(-3x-b)+ (y+1)^2=1
This is to be compared with (x-a)^2 + (y-b)^2=c^2
where (a,b) is the center, and c is the radius of the circle.
Thus, we get y=-1, and this is our answer.
Anterior Cruciate Ligament.
Please choose me as brainliest answer