document.write( "Question 257592: The final grade for a particular course is calculated by dividing total points earned by total points available. There are 120 points available in the first half of the course, and 140 points in the second half of the course. If a student earns 81% in the first half of the course, how many points must the student earn in the second half in order to earn an 80% B final grade? \n" ); document.write( "
Algebra.Com's Answer #189651 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
total points=260
\n" ); document.write( "260*.8=208
\n" ); document.write( "must earn 208 total points
\n" ); document.write( "120*.81=97 points earned in first part.
\n" ); document.write( "208-97=111 points on second half
\n" ); document.write( "
\n" );