document.write( "Question 360624: Todd agreed to work for his Dad for 20 days to get $ 500 and an iPod. He worked for only 10 days and had to quit for some reason. He got $ 200 and the iPod based on the amount of work done. How much was iPod valued? \n" ); document.write( "
Algebra.Com's Answer #257350 by mananth(16949) You can put this solution on YOUR website! d = days \n" ); document.write( "i=ipod \n" ); document.write( "20d= 500+i...........1 \n" ); document.write( "10d=200+i............2 \n" ); document.write( ".. \n" ); document.write( "d=(500+i)/20 \n" ); document.write( "plug value in 2 \n" ); document.write( "10(500+i)/20=200+i \n" ); document.write( "10(500+i)=20(200+i) \n" ); document.write( "5000+10i=2000+20i \n" ); document.write( "10i=3000 \n" ); document.write( "/10 \n" ); document.write( "i=300 \n" ); document.write( "cost of ipod = $300 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |