document.write( "Question 923397: For a board game there is 3 kinds of bills. There are 11 more $2 bills than $1 dollar bills. There are 18 fewer $3 dollar bills than $1 bills. The total for the bill is $100. How many $1 bills are used? \n" ); document.write( "
Algebra.Com's Answer #560104 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! y = x + 11 \n" ); document.write( "z = x - 18 \n" ); document.write( "x + 2y + 3z = 100 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "y = x + 11 \n" ); document.write( "z = x - 18 \n" ); document.write( "x + 2y + 3z = 100 \n" ); document.write( "--- \n" ); document.write( "x - y = -11 \n" ); document.write( "x - z = 18 \n" ); document.write( "x + 2y + 3z = 100 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 22 $1 bills \n" ); document.write( "y = 33 $2 bills \n" ); document.write( "z = 4 $3 bills \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |