document.write( "Question 54028This question is from textbook
\n" );
document.write( ": Victor earns $3 an hour working after school and $4 an hour working on saturdays. Last week he earned $43, working a total of 13h. How many hours did he work on saturday? \n" );
document.write( "
Algebra.Com's Answer #36285 by anumeha(1)![]() ![]() ![]() You can put this solution on YOUR website! let ,no. of hrs he worked on saturday=y \n" ); document.write( " \" \" \" \" \" \" weekdays=x \n" ); document.write( "we have x+y=13 \n" ); document.write( "also x=13-y (i) \n" ); document.write( "now, \n" ); document.write( " 3x+4y=43 \n" ); document.write( "using equation (i) \n" ); document.write( " 3(13-y)+4y=43 \n" ); document.write( " 39-3y+4y=43 \n" ); document.write( " y=4 \n" ); document.write( " |