document.write( "Question 1192667: The Texas soccer league has set a budget of $1,947 for soccer balls. High-quality game balls cost $43 each while lower-quality practice balls cost $14 each. If 79 balls are to be purchased, how many balls of each type can be purchased to exactly use up the budgeted amount? \n" ); document.write( "
Algebra.Com's Answer #824560 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! H=x \n" ); document.write( "L=79-x \n" ); document.write( "43x+14(79-x)=1947 \n" ); document.write( "43x+1106-14x=1947 \n" ); document.write( "29x=841 \n" ); document.write( "x=29 high quality balls @$43=$1247 \n" ); document.write( "79-x=50 lower quality balls @$14=$700 \n" ); document.write( " |