document.write( "Question 200617This question is from textbook Geometry
\n" );
document.write( ": A computer screen is a coordinate plane in which each pixel is one unit. A typical computer screen measures 640 pixels horizontally and 480 pixels vertically. The origin of the plane is the upper left corner of the screen, so all x-coordinates are positive and all y-coordinates are negative.
\n" );
document.write( "A computer programmer wants to create a circle that is as large as possible for a typical screen. What is the equation of the circle?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #150874 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A computer screen is a coordinate plane in which each pixel is one unit. A typical computer screen measures 640 pixels horizontally and 480 pixels vertically. The origin of the plane is the upper left corner of the screen, so all x-coordinates are positive and all y-coordinates are negative. \n" ); document.write( "A computer programmer wants to create a circle that is as large as possible for a typical screen. What is the equation of the circle? \n" ); document.write( "----------------- \n" ); document.write( "The diameter is limited to 480 pixels, so the radius is 240. \n" ); document.write( "The center will lie on the horizontal line y = -240 and between the points (240,-240) and (400,-240). \n" ); document.write( "For the center at (240,-240), it's \n" ); document.write( "(x-240)^2 + (y+240)^2 = 240^2 \n" ); document.write( "That circle will be tangent to the top, bottom and left side. \n" ); document.write( "----------------- \n" ); document.write( "Changing the x term from x-240 to x-400 will move the circle from left to right. \n" ); document.write( "At (x-400), the circle will be tangent to the top, bottom and right side. \n" ); document.write( " |