document.write( "Question 176199: In bowling a handicap is a change in score to adjust for
\n" ); document.write( "differences in players’ abilities. You belong to a bowling league in which each
\n" ); document.write( "bowler’s handicap h is determined by his or her average a using this formula:
\n" ); document.write( "h = 0.9(200 - a)
\n" ); document.write( "(If the bowler’s average is over 200, the handicap is 0.) Find the inverse of the
\n" ); document.write( "function. Then find your average if your handicap is 27.
\n" ); document.write( "

Algebra.Com's Answer #131287 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
Just solve the function for a:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"h+=+0.9%28200+-+a%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Divide by 0.9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"h%2F0.9+=+200+-+a\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add -200 to both sides:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"h%2F0.9+-+200+=+-a\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply by -1:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-h%2F0.9+%2B+200+=+a\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"200+-+h%2F0.9+=+a\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a+=+200+-+h%2F0.9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now just put 27 in place of h and do the arithmetic.
\n" ); document.write( "
\n" );