document.write( "Question 638354:  A professor announces that course grades will be computed by taking 40% of a student's project score (0-100 points) and adding 60% of the students final exam score (0-100 points). If a student gets an 86 on the project, what scores can she get on the final exam to get a course grade of at least 90?\r
\n" );
document.write( "\n" );
document.write( "These are some conclusions I've made, which may or may not be correct. 
\n" );
document.write( "40%(86)+60%(x) is greater than or equal to 90. I am confused by the word \"And\" in the problem.  Does this let me know that this is a compound inequality? If so, what other numbers do I use to create another inequality...100?  \n" );
document.write( "
| Algebra.Com's Answer #402160 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! professor announces that course grades will be computed by taking 40% of a \n" ); document.write( " student's project score (0-100 points) and adding 60% of the students final \n" ); document.write( " exam score (0-100 points). \n" ); document.write( " If a student gets an 86 on the project, what scores can she get on the final exam to get a course grade of at least 90? \n" ); document.write( ": \n" ); document.write( "Here is one equation for this, the relationship between the project and final \n" ); document.write( "exam is 4:6 \n" ); document.write( ": \n" ); document.write( "x = students grade on the final exam \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "multiply both sides by 10 \n" ); document.write( "344 + 6x => 900 \n" ); document.write( "6x => 900 - 344 \n" ); document.write( "x => 556/6 \n" ); document.write( "x => 93 on the final exam to achieve an average of 90 for the course \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can confirm this: .4(86) + .6(93) = 90.2 (we rounded up 92.6667) \n" ); document.write( " \n" ); document.write( " |