document.write( "Question 189097: Okay here is the problem I need help with. It's not in a textbook but it is online.
\n" );
document.write( "A stamp collection consits of 3, 8, and 15 cent stamps. The number of 8 cent stamps is one less than triple the number of 3 cent stamps. The number of 15 cent stamps is six less than the number of 8 cent stamps. The total value of all the stamps is $2.47. Find the number of 8 cent stamps in the collection. \n" );
document.write( "
Algebra.Com's Answer #141896 by jonvaliente(64)![]() ![]() You can put this solution on YOUR website! Let x=no of 3 cent stamps \n" ); document.write( " 3x-1=no of 8 cent stamps \n" ); document.write( " (3x-1)-6=no of 15 cent stamps or 3x-7\r \n" ); document.write( "\n" ); document.write( "3x+(3x-1)*8+(3x-7)*15=247\r \n" ); document.write( "\n" ); document.write( "Simplifying we get:\r \n" ); document.write( "\n" ); document.write( "3x+24x-8+45x-105=247\r \n" ); document.write( "\n" ); document.write( "72x-113=247\r \n" ); document.write( "\n" ); document.write( "Adding 113 on both sides, we get:\r \n" ); document.write( "\n" ); document.write( "72x=360\r \n" ); document.write( "\n" ); document.write( "Dividing both sides by 72 we get\r \n" ); document.write( "\n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "So there are: \n" ); document.write( "5 3-cent stamps \n" ); document.write( "14 8-cent stamps \n" ); document.write( "8 15-cent stamps \n" ); document.write( " |