document.write( "Question 381970: Lorena has $2.55 in dimes and quarters. she has 8 more dimes than quarters. how many quarters does she have in total?
\n" );
document.write( "Thanks for the help! \n" );
document.write( "
Algebra.Com's Answer #270843 by mananth(16946)![]() ![]() You can put this solution on YOUR website! quarters = x \n" ); document.write( "dimes = x+8 \n" ); document.write( ".. \n" ); document.write( "total = 255 cents \n" ); document.write( ".. \n" ); document.write( "25x+10(x+8)=255 \n" ); document.write( "25x+10x+80=255 \n" ); document.write( "35x+80=255 \n" ); document.write( "-80 \n" ); document.write( "35x=255-80 \n" ); document.write( "35x=175 \n" ); document.write( "x=5 quarters \n" ); document.write( ".. \n" ); document.write( "dimes = x+8 = 5+8 =13 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |