document.write( "Question 542405: alc=-.015x^3+1.05x gives the alcohol level in a person's bloodstream x hours after drinking 8oz of 100 proof whiskey. if the level exceeds 1.5 the person is legally drunk. would the person be drunk after 2 hours? \n" ); document.write( "
Algebra.Com's Answer #354548 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
alc = \"+-.015x%5E3+%2B+1.05x+\"
\n" ); document.write( "alc = \"+-.015%2A2%5E3+%2B+1.05%2A2+\"
\n" ); document.write( "alc = \"+-.015%2A8+%2B+2.1+\"
\n" ); document.write( "alc = \"+-.12+%2B+2.1+\"
\n" ); document.write( "alc = \"+1.98+\"
\n" ); document.write( "person is drunk
\n" ); document.write( "
\n" );