document.write( "Question 140751This question is from textbook Prentice Hall Mathmatics Pre-Algebra
\n" );
document.write( ": Please help me with this. I am really struggling on learning how to do this. Thank you soooo much in advance for all you do. Could you help me learn how to solve this problem?
\n" );
document.write( "Here is the problem:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A student playing a computer chess game gets 5 points every time he wins a round. The computer gets 3 points every time it wins a round. They play 64 rounds and end with a tied score. How many rounds did the computer win?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks you again SOO very much! \n" );
document.write( "
Algebra.Com's Answer #102430 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let s=\"student wins\" and c=\"computer wins\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"A student playing a computer chess game gets 5 points every time he wins a round\" __ 5s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The computer gets 3 points every time it wins a round\" __ 3c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"They play 64 rounds\" __ s+c=64 __ s=64-c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"end with a tied score\" __ 5s=3c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ 5(64-c)=3c __ 320-5c=3c __ 320=8c __ 40=c \n" ); document.write( " |