document.write( "Question 274888: Find all numbers \"t\" such that ( t, -7/17 ) is a point on a unit circle. \n" ); document.write( "
Algebra.Com's Answer #200616 by Alan3354(69443) You can put this solution on YOUR website! Find all numbers \"t\" such that ( t, -7/17 ) is a point on a unit circle. \n" ); document.write( "-------------- \n" ); document.write( "t^2 + (7/17)^2 = 1 \n" ); document.write( "t^2 = 1 - 49/289 \n" ); document.write( "t^2 = 240/289 \n" ); document.write( "t = ± 4sqrt(15)/17 \n" ); document.write( " \n" ); document.write( " |