document.write( "Question 958634: Maisy bought a total of 12 fiction and non fiction books. The fiction books cost $12 each and the non fiction books cost $25 each. If she paid $248 altogether, how many of each kind of book did she purchase? \n" ); document.write( "
Algebra.Com's Answer #585867 by macston(5194)![]() ![]() You can put this solution on YOUR website! F=fiction; N=non-fiction \n" ); document.write( "F+N=12 \n" ); document.write( "F=12-N \n" ); document.write( "$12F+$25N=$248 Substitute for F. \n" ); document.write( "$12(12-N)+$25N=$248 \n" ); document.write( "$144-$12N+$25N=$248 Subtract $144 from each side. \n" ); document.write( "$13N=$104 Divide each side by 13. \n" ); document.write( "N=8 ANSWER 1: She bought 8 non-fiction books. \n" ); document.write( "F=12-n=12-8=4 ANSWER 2: She bought 4 fiction books. \n" ); document.write( "CHECK: \n" ); document.write( "$12F+$25N=$248 \n" ); document.write( "$12(4)+$25(8)=$248 \n" ); document.write( "$48+$200=$248 \n" ); document.write( "$248=$248\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |