document.write( "Question 816253: Trying to figure out what I need to make on final to pass my class.
\n" );
document.write( "Test average 75
\n" );
document.write( "Hw Average 100
\n" );
document.write( "Final ?\r
\n" );
document.write( "\n" );
document.write( "Test average worth 60%
\n" );
document.write( "Hw average worth 15 %
\n" );
document.write( "Final worth 25% \n" );
document.write( "
Algebra.Com's Answer #491475 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! g = ( (75/100)(0.60) + (100/100)(0.15) + (f/100)(0.25) ) * 100 \n" ); document.write( "g = A + (0.25)f \n" ); document.write( "--- \n" ); document.write( "A = (75)(0.60) + (100)(0.15) \n" ); document.write( "you do the math \n" ); document.write( "--- \n" ); document.write( "f is your score in the final test, between 0 and 100 \n" ); document.write( "g is your grade for the class, between 0 and 100 \n" ); document.write( "--- \n" ); document.write( "if you know what grade you need to pass the class, substitute that for g and solve for f \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( " |