document.write( "Question 1070699: Jack has a piano lesson twice a week and Hannah has a piano lesson every other week. In a
\n" );
document.write( "given term, Jack has 15 more lessons than Hannah. How many weeks long is their term?
\n" );
document.write( "(A) 30 (B) 25 (C) 20 (D) 15 (E) 10 \n" );
document.write( "
Algebra.Com's Answer #685812 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jack has a piano lesson twice a week and Hannah has a piano lesson every other week. \n" ); document.write( " In a given term, Jack has 15 more lessons than Hannah. \n" ); document.write( " How many weeks long is their term? \n" ); document.write( "; \n" ); document.write( "let w = no. of weeks \n" ); document.write( " \n" ); document.write( "multiply equation by 2 cancel the denominators \n" ); document.write( "2w - w = 30 \n" ); document.write( "w = 30 weeks \n" ); document.write( " |