document.write( "Question 219017: Yuli sells quilts that she makes from her home. She sells each quilt for $500, but it costs her about $150 for the fabric, needles, and thread she uses for each. When she first decided to start her business, she needed to invest in $1050 in a good sewing machine. How many quilts will she need to make in order for her to break even? How much money will she have spent by then?\r
\n" );
document.write( "\n" );
document.write( "1.list variables shown
\n" );
document.write( "2.system of equations you used to solve \n" );
document.write( "
Algebra.Com's Answer #165208 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Yuli sells quilts that she makes from her home. She sells each quilt for $500, but it costs her about $150 for the fabric, needles, and thread she uses for each. When she first decided to start her business, she needed to invest in $1050 in a good sewing machine. How many quilts will she need to make in order for her to break even? How much money will she have spent by then? \n" ); document.write( ": \n" ); document.write( "1.list variables shown \n" ); document.write( "Let n = number of quilts \n" ); document.write( "Let C = cost \n" ); document.write( "Let R = Revenue received \n" ); document.write( ": \n" ); document.write( "2.system of equations you used to solve \n" ); document.write( "C = 150n + 1050 \n" ); document.write( "R = 500n \n" ); document.write( ": \n" ); document.write( "To break even, R = C, therefore \n" ); document.write( "500n = 150n + 1050 \n" ); document.write( "500n - 150n = 1050 \n" ); document.write( "350n = 1050 \n" ); document.write( "n = \n" ); document.write( "n = 3 quilts have to be sold to break even \n" ); document.write( ": \n" ); document.write( "How much money will she have spent by then? \n" ); document.write( "Using the cost equation, n=3 \n" ); document.write( "C = 3(150) + 1050 \n" ); document.write( "C = 450 + 1050 \n" ); document.write( "C = $1500 \n" ); document.write( " |