document.write( "Question 304361: Here is a word problem. Write a system of two equations in two unknowns and solve by the method of your choice. Don’t forget to show the methodology. Irving has 35 coins, consisting of only dimes and nickels. If the value of his coins is $3.30, how many nickels and dimes does he have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #217953 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number of dimes be x \n" ); document.write( "& the number of nickels be y\r \n" ); document.write( "\n" ); document.write( "x+y=35 \n" ); document.write( "value of the coins\r \n" ); document.write( "\n" ); document.write( "10x+5y=330 cents\r \n" ); document.write( "\n" ); document.write( "10(x+y)-(10x+5y) = 10*35 -330\r \n" ); document.write( "\n" ); document.write( "10x+10y-10x-5y=350-330\r \n" ); document.write( "\n" ); document.write( "5y=20 \n" ); document.write( "y=4 the number of nickels\r \n" ); document.write( "\n" ); document.write( "35-4 =31 the number of dimes\r \n" ); document.write( "\n" ); document.write( "ANANTH\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |