document.write( "Question 758742: Find the cost of framing a rectangular picture with dimensions of 4 inches by 6 inches if framing material costs $0.65 per inch \n" ); document.write( "
Algebra.Com's Answer #461641 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! Total cost is perimeter times price per inch\r \n" ); document.write( "\n" ); document.write( "c = 2(l+w)*0.65\r \n" ); document.write( "\n" ); document.write( "c=1.3(6+4)\r \n" ); document.write( "\n" ); document.write( "cost: $13.00 \n" ); document.write( " |