document.write( "Question 124447: A card company mixes two varieties of cards. Embossed cards cost $.65 each, and regular cards $.40 each. How many cards of each type should be included in an assortment of 25 cards that costs $14? \n" ); document.write( "
Algebra.Com's Answer #91193 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A card company mixes two varieties of cards. Embossed cards cost $.65 each, and regular cards $.40 each. How many cards of each type should be included in an assortment of 25 cards that costs $14?
\n" ); document.write( "--------------------
\n" ); document.write( "Let \"x\" be the # of embossed cards: value is 0.65x dollars
\n" ); document.write( "--------------------
\n" ); document.write( "# of regular cards is \"25-x\" ; value is 0.40(25-x)=10-0.40x dollars
\n" ); document.write( "---------------------
\n" ); document.write( "EQUATION:
\n" ); document.write( "value + value = 14 dollars
\n" ); document.write( "0.65x + 10-0.40x = 14
\n" ); document.write( "0.25x = 4
\n" ); document.write( "x = 16 (# of embossed cards in the mix)
\n" ); document.write( "25-x = 9 (# of regular cards in the mix)
\n" ); document.write( "==================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );