document.write( "Question 58389: In his pocket Chip has 4 more dimes than quarters. If the quarters and dimes total $2.85, how many quarters and dimes does he have? \n" ); document.write( "
Algebra.Com's Answer #39999 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In his pocket Chip has 4 more dimes than quarters. If the quarters and dimes total $2.85, how many quarters and dimes does he have? \n" ); document.write( "------------- \n" ); document.write( "Let number of quarters be \"x\"; value of these is 25x cents \n" ); document.write( "Number of dimes is \"x+4\"; value of these is 10(x+4)=10x+40 cents \n" ); document.write( "----------- \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 285 cents \n" ); document.write( "25x+10x+40=285 \n" ); document.write( "35x=245 \n" ); document.write( "x= 7 (number of quarters) \n" ); document.write( "x+4 = 11 (number of dimes) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |