document.write( "Question 192069: 1.How many mililiters of a 20% acid solution should Annie mix with a 60% acid solution to make 100 mililiters of a 50% acid solution?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Smeagol kicked a ball. The function h(t)= -16t2 +80t describes the height of the ball, in feet, t seconds
\n" );
document.write( "after he kicked it. How many seconds did the ball take to first reach 64 feet? \n" );
document.write( "
Algebra.Com's Answer #144133 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let x and y be the amount of 20% and 60% solutions \n" ); document.write( ": \n" ); document.write( "x+y=100......eq 1 \n" ); document.write( ".2x+.6y=.5(100)...eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to x=100-y and plug it into eq 2 \n" ); document.write( ": \n" ); document.write( ".2(100-y)+.6y=50 \n" ); document.write( ": \n" ); document.write( "20-.2y+.6y=50 \n" ); document.write( ": \n" ); document.write( ".4y=30 \n" ); document.write( ": \n" ); document.write( "y=75 mililiters of 60% solution \n" ); document.write( ": \n" ); document.write( "x=100-y=100-75=25 milliliters of 20% solution \n" ); document.write( " |