document.write( "Question 924684: A gym charges a fixed registration fee and an $8 fee for each class taken. It costs a total of $115 if one attends 5 classes.
\n" );
document.write( "A)write the equation in point-slope form to find the total cost y for taking among of classes
\n" );
document.write( "B)what is the fixed registration fee?
\n" );
document.write( "C)what is the total cost for a member that takes 20 classes at the gym? \n" );
document.write( "
Algebra.Com's Answer #561055 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! b = fixed fee \n" ); document.write( "--- \n" ); document.write( "answer A: \n" ); document.write( "y = 8x + b \n" ); document.write( "--- \n" ); document.write( "115 = 8*5 + b \n" ); document.write( "b = 115 - 8*5 \n" ); document.write( "b = 75 \n" ); document.write( "--- \n" ); document.write( "answer B: \n" ); document.write( "b = fixed fee = $75 \n" ); document.write( "--- \n" ); document.write( "answer C: \n" ); document.write( "y = 8x + 75 \n" ); document.write( "y = 8*20 + 75 \n" ); document.write( "y = $235 \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( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |