document.write( "Question 181736: Method of Substitution
\n" );
document.write( "10. Charlene makes two types of guilts. For the first type, she charges $25 for material and $50/h for hand quilting. For the second type, she charges $100 for material and $20/h for machine quilting. For what number of hours are tthe costs the same?\r
\n" );
document.write( "\n" );
document.write( "Please and thank you very much. I need it today!!! \n" );
document.write( "
Algebra.Com's Answer #136342 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 10. Charlene makes two types of quilts. For the first type, she charges $25 for \n" ); document.write( " material and $50/h for hand quilting. For the second type, she charges $100 for \n" ); document.write( " material and $20/h for machine quilting. For what number of hours are the costs the same? \n" ); document.write( ": \n" ); document.write( "Let h = no. of hrs \n" ); document.write( ": \n" ); document.write( "Cost1 = 50h + 25; for quilt 1 \n" ); document.write( "Cost2 = 20h + 100; for quilt 2 \n" ); document.write( "; \n" ); document.write( "Cost 1 = Cost 2 \n" ); document.write( "50h + 25 = 20h + 100 \n" ); document.write( "50h - 20h = 100 - 25 \n" ); document.write( "30h = 75 \n" ); document.write( "h = \n" ); document.write( "h = 2.5 hrs the cost are the same \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this: \n" ); document.write( "50(2.5) + 25 = 150 \n" ); document.write( "20(2.5) + 100 = 150 \n" ); document.write( " |