document.write( "Question 880172: if Kendra has $5.95 in dimes and quarters. If she has 3 times as many quarters as dimes, how many of each coin does she have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #531254 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! if Kendra has $5.95 in dimes and quarters. If she has 3 times as many quarters as dimes, how many of each coin does she have? \n" ); document.write( "*** \n" ); document.write( "let x=number of dimes \n" ); document.write( "3x=number of quarters \n" ); document.write( ".10x+.25*3x=5.95 \n" ); document.write( ".10x+.75x=5.95 \n" ); document.write( ".85x=5.95 \n" ); document.write( "x=7 \n" ); document.write( "3x=21 \n" ); document.write( "number of dimes=7 \n" ); document.write( "number of quarters=21 \n" ); document.write( " |