document.write( "Question 767437:  Can you help solve this formala
\n" );
document.write( "To estimate the number of words in a child's vocabulary, a pediatrician may use this formula 
\n" );
document.write( "V=60a-900\r
\n" );
document.write( "\n" );
document.write( "Where v is the number of vocabulary words and A is the age of the child in months \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Q: The child's vocabulary is 180 words.
\n" );
document.write( "A: ...?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #467616 by rothauserc(4718)     You can put this solution on YOUR website! Solve for a when V=60a-900 and V=180 \n" ); document.write( "180 = 60a - 900 \n" ); document.write( "add 900 to both sides of = \n" ); document.write( "60a = 1080 \n" ); document.write( "a = 18 months \n" ); document.write( " |