document.write( "Question 1055857: A technician cleans a salt cell using a mixture of water and acid. There are currently 10 liters of water in a bucket and he adds varying amounts of acid to the 10 liters of water. Let x represent all possible values of the number of liters of acid added to the 10 liters of water. Let A represent all possible values of the level of acidity of the mixture (measured as the percentage of the solution that is acid).
\n" ); document.write( "When x=1, the percentage is 9.09%
\n" ); document.write( "Define a function,p that gives the acidity of the mixture, as a percentage of the solution that is acid, in terms of the number of liters of acid, x, that has been added to the mixture
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #671032 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+p+=+100%2Ax%2F%28+x+%2B+10+%29+\"
\n" ); document.write( "--------------------------
\n" ); document.write( "check:
\n" ); document.write( "\"+p%281%29+=+100%2A1%2F%28+1+%2B+10+%29+\"
\n" ); document.write( "\"+p%281%29+=+100%2A%28+.090909+%29+\"
\n" ); document.write( "\"+p%281%29+=+9.09+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );