document.write( "Question 1031449: an amount of R17,70 is made up of 124 coins, which are 20c coins , and 10c coins . how many 20c coins are there \n" ); document.write( "
Algebra.Com's Answer #646126 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let L = number of 20c coins \n" ); document.write( "Let S = number of 10c coins \n" ); document.write( "20*L + 10*S = 1770 \n" ); document.write( "L + S = 124 coins \n" ); document.write( "Solve for S by adding -L to each side \n" ); document.write( "S = 124 - L \n" ); document.write( "substitute (124 - L) for S in 20*L + 10*S = 1770 \n" ); document.write( "20*L + 10*(124 - L) = 1770 \n" ); document.write( "20L + 1240 -10L = 1770 \n" ); document.write( "10L + 1240 = 1770 \n" ); document.write( "add -1240 to each side \n" ); document.write( "10L = 530 \n" ); document.write( "divide each side by 10 \n" ); document.write( "L = 53 \n" ); document.write( "Since S = 124 - L , S = 124 - 53 \n" ); document.write( "S = 71 \n" ); document.write( "71 * 10c = 710c \n" ); document.write( "53 * 20c = 1060c \n" ); document.write( "The total is 1770c \n" ); document.write( "So we have 53 20c coins and 71 10c coins. \n" ); document.write( " |