document.write( "Question 731512: \r
\n" );
document.write( "\n" );
document.write( "10 balls and 1 ball bag purchased for $155. 12 balls and 2 ball bags purchased
\n" );
document.write( "for $189. How much does 1 ball cost and how much does 1 ball bag cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #447182 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 10 balls and 1 ball bag purchased for $155. 12 balls and 2 ball bags purchased \n" ); document.write( "for $189. How much does 1 ball cost and how much does 1 ball bag cost? \n" ); document.write( "let a = no. of balls \n" ); document.write( "let b = no. of bags \n" ); document.write( ": \n" ); document.write( "\"10 balls and 1 ball bag purchased for $155.\" \n" ); document.write( "10a + b = 155 \n" ); document.write( ": \n" ); document.write( "\"12 balls and 2 ball bags purchased for $189\" \n" ); document.write( "12a + 2b = 189 \n" ); document.write( ": \n" ); document.write( " How much does 1 ball cost and how much does 1 ball bag cost? \n" ); document.write( ": \n" ); document.write( "Multiply the first equation by 2, subtract the 2nd equation \n" ); document.write( "20a + 2b = 310 \n" ); document.write( "12a + 2b = 189 \n" ); document.write( "------------------subtracting eliminates b, find a \n" ); document.write( "8a = 121 \n" ); document.write( "a = 121/8 \n" ); document.write( "a = $15.125 for 1 ball. \n" ); document.write( ": \n" ); document.write( "Find the cost of the bag using the 1st original equation \n" ); document.write( "10(15.125) + b = 155 \n" ); document.write( "151.25 + b = 155 \n" ); document.write( "b = 155 - 151.25 \n" ); document.write( "b = $3.75 for 1 bag \n" ); document.write( ": \n" ); document.write( "We expect the solution to be an even cents, check this in the 2nd equation \n" ); document.write( "12(15.125) + 2(3.75) = \n" ); document.write( "181.50 + 7.50 = 189; checks out with these values\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |