InterviewSolution
Saved Bookmarks
| 1. |
if MC/DC coverage has been achieved on a unit under test, which one of the following test coverageis implicity implied |
|
Answer» tion:Radius, r = 4, and CENTER (h, k) = (-2, 3).We know that the equation of a circle with centre (h, k) and radius r is given as→ (x – h)² + (y – k)² = r² \: \: \: ….(1)→(x–h)²+(y–k)²=r²….(1)Now, substitute the radius and center values in (1), we getTherefore, the equation of the circle is→ (x + 2)²+ (y – 3)² = (4)²→(x+2)²+(y–3)²=(4)²→ x²+ 4x + 4 + y² – 6y + 9 = 16→x²+4x+4+y²–6y+9=16Now, simplify the above equation, we GET:→ x² + y²+ 4x – 6y – 3 = 0→x²+y²+4x–6y–3=0Thus, the equation of a circle with center (-2, 3) and radius 4 is :→ x² + y²+ 4x – 6y – 3 = 0→x²+y²+4x–6y–3=0 |
|