document.write( "Question 118949: many likes to buy two different kinds of strings for the guitar . the slinky costs $3.50 for each set and the slippys cost $4.50 for each set. how many of the slippys did he buy if he spent $41 ona total of $10 sets of strings. \n" ); document.write( "
Algebra.Com's Answer #87055 by mayank(15)![]() ![]() ![]() You can put this solution on YOUR website! Let the no. of slinky sets purchased be x and no. of slippy sets purchased be y.\r \n" ); document.write( "\n" ); document.write( "Then,3.5x+4.5y=41 \n" ); document.write( "and as total sets is 10, x+y=10\r \n" ); document.write( "\n" ); document.write( "Multiplying eq 2 by 3.5 we get 3.5x+3.5y=35\r \n" ); document.write( "\n" ); document.write( "thus, subtracting eq 2 from 1 we get, \n" ); document.write( "y=6\r \n" ); document.write( "\n" ); document.write( "thus no. of slippy sets is 6. \n" ); document.write( " |