document.write( "Question 1111752: The sum of RS 1000 is in the form of denominations of RS 10 and RS 50. If the Total number of notes is 60, find the number of notes of each type \n" ); document.write( "
Algebra.Com's Answer #726760 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let R10 be the number of RS 10 notes and R50 be the number of RS 50 notes
\n" ); document.write( ":
\n" ); document.write( "1) R10 + R50 = 60
\n" ); document.write( ":
\n" ); document.write( "2) (10 * R10) + (50 * R50) = RS 1000
\n" ); document.write( ":
\n" ); document.write( "solve equation 1 for R10 and substitute for R10 in equation 2
\n" ); document.write( ":
\n" ); document.write( "R10 = 60 - R50
\n" ); document.write( ":
\n" ); document.write( "(10 * (60 - R50) + (50 * R50) = RS 1000
\n" ); document.write( ":
\n" ); document.write( "600 - 10R50 + 50R50 = 1000
\n" ); document.write( ":
\n" ); document.write( "40R50 = 400
\n" ); document.write( ":
\n" ); document.write( "R50 = 10
\n" ); document.write( "R10 = 60 - 10 = 50
\n" ); document.write( ":
\n" ); document.write( "**********************************************
\n" ); document.write( "There are 10 RS 10 notes and 50 RS 50 notes
\n" ); document.write( ":
\n" ); document.write( "check answer
\n" ); document.write( ":
\n" ); document.write( "(50 * RS 10) + (10 * RS 50) = RS 1000
\n" ); document.write( ":
\n" ); document.write( "500 RS + 500 RS = RS 1000
\n" ); document.write( "**********************************************
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );