document.write( "Question 1077739: An amount of Rs. 8750 is made up with the notes of denominations Rs. 100, 50, 20, and 10. The number of Rs. 10 notes are 4 times the number of Rs. 20 notes. The number of Rs. 20 notes are 3 times the number of Rs. 50 notes. The number of Rs. 50 notes are 5 times the number of Rs. 100 notes. How many total notes of denomination Rs. 100 are there? \n" ); document.write( "
Algebra.Com's Answer #692231 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let a = number of 100 rs notes.
\n" ); document.write( "let b = number of 50 rs notes.
\n" ); document.write( "let c = number of 20 rs notes.
\n" ); document.write( "let d= number of 10 rs notes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = 4c (number of 10 rs notes = 4 * number of 20 rs notes)
\n" ); document.write( "c = 3b (number of 20 rs notes = 3 * number of 50 rs notes)
\n" ); document.write( "b = 5a (number of 50 rs notes =5 * number of 100 rs notes)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation is 100a + 50b + 20c + 10d = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace d with 4c and the equation becomes 100a + 50b + 20c + 10*4c = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get 100a +50b + 20c + 40c = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get 100a + 50b + 60c = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace c with 3b to get 100a + 50b + 60*3b = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get 100a + 50b + 180b = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get 100a + 230b = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace b with 5a to get 100a + 230*5a = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get 100a + 1150a = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get 1250a = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for a to get a = 8750 / 1250 = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you were given:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = 4c (number of 10 rs notes = 4 * number of 20 rs notes)
\n" ); document.write( "c =3b (number of 20rs notes = 3 * number of 50 rs notes)
\n" ); document.write( "b = 5a (number of 50 rs notes = 5 * number of 100 rs notes)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "based on that, you can calculate:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 7
\n" ); document.write( "b = 5 * 7 = 35
\n" ); document.write( "c = 3 * 35 = 105
\n" ); document.write( "d = 5 * 105 = 420\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 7
\n" ); document.write( "b = 35
\n" ); document.write( "c = 105
\n" ); document.write( "d = 420\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your original equation was 100a + 50b + 20c + 10d = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace all the variable with their values to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "100*7 + 50*35 + 20*105 + 10*420 = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "700 + 1750 + 2100 + 4200 = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get 8750 = 8750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since this is true, then your values for each of the variables involved is correct.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );