document.write( "Question 975902: Vanessa wants to buy a new iPod that costs $239.25. She earns $7.25 per hour at work.\r
\n" );
document.write( "\n" );
document.write( "How many hours must she work to earn enough money to buy the iPod? \n" );
document.write( "
Algebra.Com's Answer #597571 by the.comeback.king(1)![]() ![]() ![]() You can put this solution on YOUR website! let h be the # of hours \n" ); document.write( " c be the cost of the new ipod \n" ); document.write( " a be the income per hour \n" ); document.write( " \n" ); document.write( "c=$239.25 \n" ); document.write( "a=$7.25 \n" ); document.write( "h=?\r \n" ); document.write( "\n" ); document.write( "h=c/a \n" ); document.write( "h=239.25/7.25 \n" ); document.write( "h=33hrs \n" ); document.write( " |