document.write( "Question 205076: pls answer with complete solution! very important! \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1. A water tank has two valves, A and B. When only valve A is open, the tank is emptied in 6 hours. Furthermore, it takes twelve hours to empty the tank if only valve B is open. How long will it takes to empty the tank if both valves are open?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. The sysfies organized a benefit show for their JS prom. They sold $25,$50, and $100 tickets. The $25-ticket sales was twice as many as the $100-ticket while the $50-ticket was 50 more than the $100 tickets. How many of each kind of ticket were sold if the total sales was $22,500?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3. An 8-liter solution is 25% alcohol. How much water must be added to reduce the concentration of alcohol in the solution to 20%? \n" );
document.write( "
Algebra.Com's Answer #154819 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1. A water tank has two valves, A and B. When only valve A is open, the tank is \n" ); document.write( " emptied in 6 hours. Furthermore, it takes twelve hours to empty the tank if \n" ); document.write( "only valve B is open. How long will it takes to empty the tank if both valves are open? \n" ); document.write( ": \n" ); document.write( "let t = time required when both valves are open \n" ); document.write( ": \n" ); document.write( "let the completed job (empty tank) = 1 \n" ); document.write( " \n" ); document.write( "multiply equation by 12 to get rid of the denominators, results \n" ); document.write( "2t + t = 12 \n" ); document.write( "3t = 12 \n" ); document.write( "t = \n" ); document.write( "t = 4 hrs working together \n" ); document.write( "; \n" ); document.write( "you can check solution by substituting 4 for t in the original equation \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "2. The sysfies organized a benefit show for their JS prom. They sold $25,$50, \n" ); document.write( " and $100 tickets. The $25-ticket sales was twice as many as the $100-ticket \n" ); document.write( " while the $50-ticket was 50 more than the $100 tickets. \n" ); document.write( " How many of each kind of ticket were sold if the total sales was $22,500? \n" ); document.write( ": \n" ); document.write( "let x, y, z = 25, 50, $100 tickets respectively \n" ); document.write( ": \n" ); document.write( "Total sales equation: \n" ); document.write( "25x + 50y + 100z = 22,500 \n" ); document.write( ": \n" ); document.write( "\"the $25-ticket sales was twice as many as the $100-ticket\" \n" ); document.write( "x = 2z \n" ); document.write( ": \n" ); document.write( "\"the $50-ticket was 50 more than the $100 tickets\" \n" ); document.write( "y = z + 50\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( "Substitute 2z for x, and (z+50) for y, in the total sales equation, find z \n" ); document.write( "25(2z) + 50(z+50) + 100z = 22500 \n" ); document.write( "50z + 50z + 2500 + 100z = 22500 \n" ); document.write( "200z = 22500 - 2500 \n" ); document.write( "200z = 20000 \n" ); document.write( "z = \n" ); document.write( "z = 100 ea $100 ticket sold \n" ); document.write( ": \n" ); document.write( "You can find x & y using the equations we have for x and y \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "3. An 8-liter solution is 25% alcohol. \n" ); document.write( "How much water must be added to reduce the concentration of alcohol in the solution to 20%? \n" ); document.write( ": \n" ); document.write( "Let x = amt or water required \n" ); document.write( ".25(8) = .20(x+8) \n" ); document.write( "2 = .2x + 1.6 \n" ); document.write( "2 - 1.6 = .2x \n" ); document.write( ".4 = .2x \n" ); document.write( "x = \n" ); document.write( "x = 2 liters of water required \n" ); document.write( "; \n" ); document.write( "Check solution: \n" ); document.write( ".25(8) = .2(2 + 8) \n" ); document.write( " |