document.write( "Question 2520: Suppose that I agree to pay you .08 cents for every problem you solve correctly on a test and fine you .05 cents for for every problem that you get wrong. If at the end of 26 problems we do not owe each other any money, how many problems did you get right? \n" ); document.write( "
Algebra.Com's Answer #1126 by kiru_khandelwal(79)\"\" \"About 
You can put this solution on YOUR website!
Suppose that total problem solved correctly be x and that done incorrectly be y\r
\n" ); document.write( "\n" ); document.write( "as total 26 problems are done
\n" ); document.write( "x+y = 26 ...........Equation(1)\r
\n" ); document.write( "\n" ); document.write( ".08 cents is paid for each right answer
\n" ); document.write( "so for x correct answers total amount paid will be .08x\r
\n" ); document.write( "\n" ); document.write( ".05 cents are fined for each incorrect answer
\n" ); document.write( "so for y incorrect answers total amount fined will be .05y\r
\n" ); document.write( "\n" ); document.write( "Now at the end of 26 problems no money is owed by neone...this means the amount to be paid and to be fined are equal
\n" ); document.write( "=> .08x = .05y
\n" ); document.write( "=> .08x -.05y = 0
\n" ); document.write( "=> (8/100)x - (5/100)y = 0
\n" ); document.write( "=> (8x-5y)/100 = 0
\n" ); document.write( "=> 8x-5y = 0
\n" ); document.write( "=> 8x = 5y
\n" ); document.write( "=> x = 5y/8............equation(2)
\n" ); document.write( "substituting the value of x from equation(2) to equation(1)
\n" ); document.write( "x+y = 26
\n" ); document.write( "=> 5y/8 + y = 26
\n" ); document.write( "=> 13y/8 = 26
\n" ); document.write( "=> 13y = 26*8
\n" ); document.write( "=> y = 16
\n" ); document.write( "so x= 10\r
\n" ); document.write( "\n" ); document.write( "No. of problems done right is 10
\n" ); document.write( "
\n" );