document.write( "Question 115217: alice has $2.75 in quarters and dimes. if she has 4 fewer dimes than twice the number of quarters, how many coins of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #83933 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=quarters, so 2x-4=dimes ___ working in cents to avoid decimal point\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25(x)+10(2x-4)=275 ___ 25x+20x-40=275 \n" ); document.write( " |