document.write( "Question 636914: a carpenter bought 10 item. some cost 40 and the remaining 30.50. how many of each were bought if the total was 362
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #401285 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a carpenter bought 10 item. some cost 40 and the remaining 30.50. how many of each were bought if the total was 362 \n" ); document.write( "----- \n" ); document.write( "quantity equation: f + t = 10 \n" ); document.write( "value equation:: 40f +30.5t = 362 \n" ); document.write( "--------------------------------------- \n" ); document.write( "Modify the equations: \n" ); document.write( "400f + 400t = 4000 \n" ); document.write( "400f + 305t = 3620 \n" ); document.write( "-------------------------- \n" ); document.write( "Subtract and solve for \"t\": \n" ); document.write( "95t = 380 \n" ); document.write( "--- \n" ); document.write( "t = 4 (# of 30.5 items) \n" ); document.write( "--- \n" ); document.write( "Solve for \"f\": \n" ); document.write( "f + t = 10 \n" ); document.write( "f = 4 = 10 \n" ); document.write( "f = 6 (# of 40 items) \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |