document.write( "Question 912290: in order to get an A in a college math class, a student must score no more than 90% of all possible points. One semester, students earned an A has at least 567 points. Write an inequality to show the range of possible points. \n" ); document.write( "
Algebra.Com's Answer #553703 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! x=total number of points possible \n" ); document.write( ".9x=most points a student can get and still get an a average. \n" ); document.write( "y=possible number of points to get an a average. \n" ); document.write( ".9x >= y >= 567 \n" ); document.write( " |