document.write( "Question 440880: Draw a picture to solve each problem:\r
\n" );
document.write( "\n" );
document.write( "Bobby has only pennies, dimes, and quarters. 1/2 of the coins are pennies, 1/4 are quarters, and 3 of the coins are dimes. How many coins doe Bobby have? \n" );
document.write( "
Algebra.Com's Answer #304456 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Assuming Bobby only has pennies, dimes, and quarters: \n" ); document.write( "1/4x+1/2x+3=x \n" ); document.write( "x/4+x/2+3=x \n" ); document.write( "x+2x+12=4x \n" ); document.write( "12=x \n" ); document.write( "Bobby has 12 coins.. \n" ); document.write( " |